Re: Search engine friendly urls
I tried it and it still does not do it. My entry is now:
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^/services/[a-zA-Z0-9.-]$ /services.php?id=$1 [L]
The id is actually a word or a combination of two words combined with a minus sign (if that is where my problem lies)... I do not get why this is going nowhere. Always page not found...
Any ideas?
Son
|