GamesCreation
New member
This is on a linux machine with apache using lookback...
On my local machine (XP Pro, apache) , if I go to
http://localhost/index/test.html
Lookback takes it back to http://localhost/index.php and adds /test.html as $PATH_INFO
This is fine
But on my host if I go to http://mysite.com/index/test.html it brings up a 404 not found error and it doesnt look back. Look back does work however if I use http://mysite.com/index.php/test.html but then the .php has to be there
Is there any way I can do this WITHOUT the .php being there?
On my local machine (XP Pro, apache) , if I go to
http://localhost/index/test.html
Lookback takes it back to http://localhost/index.php and adds /test.html as $PATH_INFO
This is fine
But on my host if I go to http://mysite.com/index/test.html it brings up a 404 not found error and it doesnt look back. Look back does work however if I use http://mysite.com/index.php/test.html but then the .php has to be there
Is there any way I can do this WITHOUT the .php being there?