Recent Topics

1 Jun 22, 2010 18:27    

My b2evolution Version: 3.3.3

Hello all

I don't know if anyone can help me with this.

My b2evolution is installed at example.com/b2 [example.com is literally that, an example]

I would like people to see a the following url for my site: http://www.example.com
At the moment it is http://www.example.com/b2/blog1.php

I followed the instructions at http://forums.b2evolution.net/viewtopic.php?t=17685

and made this .htaccess and uploaded it to public_html

#===============
# CATCH EVERYTHING INTO B2EVO:

<IfModule mod_dir.c>
DirectoryIndex index.php index.html
</IfModule>

Options +FollowSymlinks
RewriteEngine on
RewriteBase /b2/

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ blog1.php
----------------
I then went to Dashboard > Blog settings > URLS and changed the Absolute URL to http://www.example.com/

It doesn't work though, it just goes to my index.html page Is there anything obvious I'm diong wrong?

2 Jun 22, 2010 18:31

Easiest way is to copy your /example_web_root/b2/ files to your /example_web_root/ folder, and then remove your rewritebase from your .htaccess

¥

3 Jun 22, 2010 18:41

¥åßßå wrote:

Easiest way is to copy your /example_web_root/b2/ files to your /example_web_root/ folder, and then remove your rewritebase from your .htaccess

¥

Yes, I was thinking that might save a lot of aggro :)

4 Jun 22, 2010 18:47

You can then kill all your "absolute url"'s as well ;)

¥

5 Jun 24, 2010 13:49

Thanks Yabba, that's what I've done. Just a straightforward URL now.


Form is loading...