Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: forum does not work

Just to be sure, this is the right way to do it?

# BEGIN WordPress

RewriteEngine On
RewriteBase /redsocial/
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /redsocial/index.php [L]

# END WordPress
LoadModule rewrite_module modules/mod_rewrite.so

Skip to toolbar