Recent Topics

1 Aug 23, 2005 07:58    

I used b2evalution blog

the address of blogs are like

http://www.mysite.com/blog/blogs/index.php/test

http://www.mysite.com/blog/blogs/index.php/new

so on

I want if someone types a url like

http://www.mysite.com/blog/test/

he should see the blog
at url
http://www.mysite.com/blog/blogs/index.php/test

and
http://www.mysite.com/blog/new/
he should see the blog
at url
http://www.mysite.com/blog/blogs/index.php/new

Please if you could help me sortout this problem using .htaccess file.

Also can i create subdomain like

http://blogs.mysite.com/test/

2 Aug 23, 2005 08:23

It's been done. Search for htaccess and the name isaac. You might have to add a couple of key words (and check the box for finding all words) to narrow it down a bit, but it's been done.

EDIT: actually what's been done is to make those *be* the useful url for linkage and the occasional random url typer.

3 Aug 23, 2005 10:53

I get file not found error

once I type

http://www.mysite.com/blog/test
to
http://www.mysite.com/blog/blogs/index.php/test

where test is title of the blog. insted of using id of blog i used the option url by title available in b2evolution blog.

.htaccess used by me is

RewriteEngine on
RewriteCond %{REQUEST_URI} ^http://www.mysite.com/blog/([^/]+)$
RewriteRule ^http://www.mysite.com/blog/([^/]+)$ ^http://www.mysite.com/blog/blogs/index.php/$1 [L]

Iam unable to find the proper solution for this. Please help me sort out this. 8|
--------------------------------------------------------------------------------


Form is loading...