Forum Moderators: phranque
http://localhost/www.example.co.uk (its path is C:\xampp\htdocs\www.example.co.uk ) Options +FollowSymlinks
RewriteEngine on
#
RewriteCond %{HTTP_HOST} !^(www\.example\.co\.uk)?$
RewriteRule ^(.*)$ http://www.example.co.uk/$1 [R=301,L]
#
RewriteCond %{REQUEST_URI} ^/[^\.]+[^/]$
RewriteRule ^(.*)$ http://www.example.co.uk/$1/ [R=301,L]
#
RewriteCond %{REQUEST_URI} !\.(jpg|jpeg|gif|js|css|class|png)$ [NC]
RewriteCond %{REQUEST_URI} !^/(category/index\.php$|index\.php$|contact-us/|contact-us/|about-us/|terms-and-conditions/|privacy-policy/|feedback/) [NC]
RewriteRule ^.+$ /category/index.php [L] [edited by: jdMorgan at 1:48 pm (utc) on Feb 17, 2010]
[edit reason] Please use example.com *only* [/edit]
[edited by: jdMorgan at 4:04 am (utc) on Feb 25, 2010]
[edit reason] Edited 'Leet' spelling for all of our international readers. [/edit]