1 munish Aug 23, 2005 07:58
3 munish 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|
--------------------------------------------------------------------------------
4 graham Aug 23, 2005 12:14
The first one. Please post replies to the appropriate forum (I assume you found Isaac's post).
Anyway, since you seem to not really know what a .htaccess file is or what it does, this here's a link to a tutorial.
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.