Forum Moderators: phranque
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^mcp-live\.com$ [NC]
RewriteRule ^(.*)$ http://www.mcp-live.com/$1 [R=301,L]
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_URI} !^/index\.php$ <IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase / </IfModule> there ought to be a course in .htaccess somewhere...
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
</IfModule>