Permalinks doesn't work
-
Hi,
on my webstie permalinks doesn’t work. Example:
https://www.example.com/wp/page-parent/page-child – WORK
https://www.example.com/wp/page-parent/ – DON’T WORK
htaccess file:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /wp/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /wp/index.php [L] </IfModule> # END WordPress
In the settings wordpress permalinks I have set for /%postname%/.
Please help me.
- The topic ‘Permalinks doesn't work’ is closed to new replies.