Quick question - sorry if it's been answered elsewhere.
To completely disable this plugin do I have to do anything else than deactivate it from the plugins menu?
Quick question - sorry if it's been answered elsewhere.
To completely disable this plugin do I have to do anything else than deactivate it from the plugins menu?
Go back to the standard .htaccess (is now 9000+ b) and if you have permalinks go to the permalinks settings and save then again. they will be written in the .htaccess again
Standard .htaccess (212 b)
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /movies/index.php [L]
</IfModule>
# END WordPress
Make sure any add-ins in wp-content/ are also removed.
This topic has been closed to new replies.