skip to Main Content
author
197 views
1 vote

Broken .htaccess rewrites – SEO

My current .htaccess looks like this:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^example.com$ [NC]
RewriteRule ^(.*)$ http://www.example.com/$1 [R=301]
RewriteRule /([^/.]+)/?$ /restaurants.php?id=$1 [L,NC,QSA]<br

Back To Top
Search