Recent Topics

1 Jul 10, 2009 05:30    

My b2evolution Version: Not Entered

Hello, I was wondering if someone could help me. I just installed b2evo 3.20 beta ( fresh install) but I can't seem to change the url I followed the directions in the manual and the ones on the forum. I must be doing something wrong. Any help would be appreciated.

Here is what My .htacess file looks like and it is in my domain root.

# using index.php as a stub but not showing it.
# This will add support for URLs like: http://example.com/2006/08/29/post-title

#Options +FollowSymlinks
RewriteEngine On

# Add new blogs here
#RewriteCond %{REQUEST_FILENAME} !-s
#RewriteRule ^(journal|recipes|blog3|blog4)(/.*)?$ $1.php

# This line may be needed:
#RewriteBase /

# Redirect anything that's not an existing directory or file to index.php:
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php

Thanks


Form is loading...