Pretty Permalinks not working
-
Hi all,
I’m tyring to add a folder to the url of my website. e.g:
https://www.mywebsite.com/recipes
to
https://www.mywebsite.com/cooking/recipesI have updated the custom permalink structure with /%category%/%postname%/
I have added the ‘cooking’ category to a page, but nothing is happening. Viewing the recipes page simply displays https://www.mywebsite/recipes.
I’ve tried many fixes including:
Checking the .htaccess file for the following code:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
I have set permissions of .htaccess to 666 and 777 with no effect
I have ensured that mod_rewrite is enabled
But it still won’t display the category in the URL. Can anyone help??
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Pretty Permalinks not working’ is closed to new replies.