Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 134877

Dezio on "Wordpress .htaccess problems with folders"

$
0
0

Hello,
I installed wordpress and vbullettin forum.

wordpress on /.
vbullettin on /forum

If I try to visit http://www.domain.com/forum all work, but if I try to visit http://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 all articles
Browse latest Browse all 134877

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>