Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: members// adding 2 slashes instead of 1


damien
Participant

@damo3783

# BEGIN WordPress

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

# END WordPress
my current .htacces filei have removed and reinstalled to the spec specified and still it appears im using latest wp and latest bp downloads clean install on linux apache.

Skip to toolbar