Knowledge Base Article

I am receiving 404 Not Found error since I have enabled my SEFs.

If this error occurs, you should make sure that your .htaccess file in your WordPress's main directory has the following rules:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php/$1

If you do not have .htaccess file at all, you should create one containing the above rules, which will enable the use of SEF on the webserver.



Rating

Please indicate if this article was helpful for you.

rating :  5.0 from 5
views :  815
votes :  2

Haven't found what you are looking for? Suggest an article HERE.

powered by

Valid XHTML 1.0 Strict Valid CSS!