Sunday 24 October 2004 6:49:26 am
OK - it seems to me that the difference between what you are running on your PC, and what is runnig on your server is the PHP module.
You say that you are running PHP as an Apache module on your PC?
- If that's the case, then you will not see index.php?/home_admin Instead it should be index.php/home_admin (No ?) If the path is index.php?/home_admin on your host, then they are using PHP as a CGI, this shouldn't cause a problem (my host does this too), but the path will look different.
Basically, just don't use the ? in your URLs on your laptop, and all should work ok. If you really want that ? in your URLs, then install PHP as a CGI module on your laptop too ;) Hope that made seom sense, Tim
http://www.AdBalance.com - Ad network news and reviews
http://www.DevPublisher.com - Website publisher guides, tools and news
http://www.AudioMelody.com - Make better music
|