AddType application/x-httpd-php52 .php .php5 .php4 .php3 RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} !^/(ashlux.com) RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]