Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Pretty Permalinks Not Working

I checked it again, and it is partially working. Forum links are accessible, but topic and others are not. I again tried three combination

1) just adding multipleviews to htaccess = not working

2) adding this solution = not working

# BEGIN BBPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /forum/
Options +MultiViews
</IfModule>
# END BBPress

3. adding the code generated by rewrite-rules.php. = partially working

Skip to toolbar