Help me please to mod_rewrite htaccess for permalinks
-
I have read all the most of the tutorial but i still cant get how to mod_rewrite htaccess so my permalinks with this structure work properly /%category%/%postname%/
Below is how my htaccess look. Can you please advise me on what it should look like to enable the rewright
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
The url of my site is https://wearewithyou.co.uk
Many Thanks
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Help me please to mod_rewrite htaccess for permalinks’ is closed to new replies.