If you have installed Wordpress in a subfolder, add this to your .htaccess file RewriteEngine on RewriteCond %{REQUEST_URI} !^/wp(/|$) RewriteRule (.*) /wp/$1