Greetings,
Win98SE
Jana Server 2.2.4
PHP 4.2.3 ( renistalled twice )
I've had to reinstall my server and php on a system that was working perfectly with php 4.2.1
I know it's me and that $#@%)*# php.ini file that has gotten messed up. I've used up what little patience I have today editing this thing......
php installed in c:\php ( I've used both the .zip and .exe installer )
My .htm and .php files are located in c:\web
Jana enables the php service @ c:\php
in my php.ini
doc_root=C:\PHP\
user_dir=C:\WEB\
extension_dir=C:\PHP\extensions\
Doe this need quotation marks?
Is it case sensative?
Do you use forward slashes?
The address bar looks like this:
http://www.davidbethel.com/page.php?username=test
I get http 500 error - Page Cannot be displayed
I've used AnalogX PHPConfig and it worked on my older setup
contents of page.php
<html>
<script type="text/javascript">
setTimeout("window.location.href='http://www.davidbethel.com/<?echo $username;?>/';",100);
</script>
<body>
You are being redirected to the current folder.
</body>
</html>
Any help will be greatly appriciated.
TIA -David