Rewriting rule modification when moving wordpress host – Plesk
I have a local Wordpress website stored in localhost/wpdeal/ and it's working well, here's the content of it's root .htaccess file : # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /wpdeal/ RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME}…