This is a discussion on Fancy SEO URLs within the PHP Language forums, part of the PHP Programming Forums category; Hi, I was wondering if you could help. I was trying to set up the SEO urls domain.com/test/...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I was wondering if you could help. I was trying to set up the SEO urls domain.com/test/test/ instead of domain.com/test.php?test I have the .htaccess but there is something wrong in php 5 is there anything I need to set up in my server or in the php.ini or vhost.conf http://www.yanglo.com/phpinfo.php I can't work it out. Thanks for your help |
|
|||
|
On Thu, 08 May 2008 00:26:54 +0200, daviddsargent
<daviddsargent@gmail.com> wrote: > Hi, > > I was wondering if you could help. > > I was trying to set up the SEO urls > > domain.com/test/test/ > > instead of > > domain.com/test.php?test > > I have the .htaccess > > but there is something wrong in php 5 is there anything I need to set > up in my server or in the php.ini or vhost.conf > > http://www.yanglo.com/phpinfo.php > > I can't work it out. Log the request from your desired script (test.php). If the requests don't arrive there (which is probably the case), ask in alt.apache.configuration what the problem with your mod_rewrite rules is. -- Rik Wasmus |