Defaut .htaccess for Wordpress

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
  • Wordpress
  • 26 Users Found This Useful
Was this answer helpful?

Related Articles

Memory Exhausted Error - Plugin /Worpdress upgrade

Go to plugin section and disable a few/or all plugin. Upgrade Wordpress using upgrade button....

Slow loading

Your Wordpress core files and Plugins already updated but you feel that the loading/execution a...

Virus / Hacked

 Help I think I've been hacked/compromised Please contact support so we can scan your Wordpress...

Blank Page Plugin Error

Deactivate All Plugins Using FTP/File ManagerIn this method, you will need to either use a FTP...