Recent Topics

1 Nov 17, 2008 10:07    

My b2evolution Version: Not Entered

In order to have those SEO friendly urls.... should I do something like this on the .htacess in public_html:

RewriteEngine On

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

Or should I do that in the subfolder where the b2evo is located?

Thanks in advance!! :D

2 Nov 19, 2008 09:08

First I'd try without htaccess, some servers can handle it ;)

If not then I'd put that htaccess in your b2evo folder.

¥

3 Nov 22, 2008 11:28

¥åßßå wrote:

First I'd try without htaccess, some servers can handle it ;)

Well, mine was one of the ones that couldnt! :P
¥åßßå wrote:

If not then I'd put that htaccess in your b2evo folder.

¥

The thing is that the .htaccess is not a thing to fool arround in productivity! :P Thanks for your help pal! :D


Form is loading...