View Single Post
  #7 (permalink)  
Old 11-26-2008, 06:38 PM
son son is offline
WebProWorld New Member
 
Join Date: May 2008
Posts: 20
son RepRank 0
Default Re: Search engine friendly urls

Checked already with Host, but they say there is no restriction on mod_rewrite and they cannot provide assistance with programming etc.

I really do not get this, the real URL could be:
http://www.domain.com/services.php?id=consultancy
so the given entry as:
RewriteRule ^/services/[a-zA-Z0-9.-]$ /services.php?id=$1 [L]

should really take care of it. It does not. I also tried on different server (with different host) and on local machine. Not any better... Why could that be?

Son
Reply With Quote