This is what i have so far.
Code: Select all
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^bandsite/ [NC]
RewriteRule ^(.*)$ http://bandsite/$1 [L,R=301]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
I wrote it a long time ago, and now i don't know what it does.
Could someone please explain the code to me.
Thank you for you time
Chris