404 Error Permalinks
-
I’ve installed latest v wordpress 4.6.1, create some pages and posts, when i chose postname in permalinks it appears in my site urls, but 404 error like this: The requested URL /games/ was not found on this server.
The .htaccess file i think is fine:# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Also, mod_rewrite in apache2 is active..
So, where is the problem.. Please?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘404 Error Permalinks’ is closed to new replies.