Search engine friendly urls
Making urls search-engine-friendly I put the following entry in .htacess:
RewriteEngine On
RewriteRule ^/services/$1 /services.php?id=$1
I thought it would show me 'services.php?id=3' if I entered 'services/3' for example. Instead it says 'Page cannot be found'. The host confirmed there are no restriction with regard to rewrite engines, so I really do not understand what is going wrong. The entry is simillar to the ones I found as examples online. I would appreciate any help with this...
Son
|