Knowledge Base Article

I am receiving "404 Not Found" error since I've enabled my SEF/Short URLs.

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 :  0.8 from 5
views :  227
votes :  6

Valid XHTML 1.0 Strict Valid CSS!