Skip to content

Instantly share code, notes, and snippets.

View laurenclark's full-sized avatar
💜

Lauren Clark laurenclark

💜
View GitHub Profile
# REWRITES
# Canonical
RewriteEngine on
RewriteCond %{HTTP_HOST} ^site\.co.uk$ [NC]
RewriteRule ^(.*)$ http://www.site.co.uk/$1 [R=301,L]
RewriteCond %{THE_REQUEST} ^.*/index.html
RewriteRule ^(.*)index.php$ http://www.site.co.uk/$1 [R=301,L]
#prettyurls
RewriteCond %{REQUEST_FILENAME} !-f