WordPress .htaccess problems with folders
-
Hello,
I installed wordpress and vbullettin forum.wordpress on /.
vbullettin on /forumIf I try to visit https://www.domain.com/forum all work, but if I try to visit https://www.domain.com/forum/topic I’ve a 404 error.
This is my .htaccess file:
# 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
Can anyone help me?
Regards
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘WordPress .htaccess problems with folders’ is closed to new replies.