No .php extention on blog link

I have searched and searched.

Clicking on the 'blog' link (and several others) gives me a "page not found" error.

I have the correct htaccess file.  I have it in the root directory, but something is not re-writing the link so it goes to the blog.php file.

 

I have spent 9 hours on this and I am about to give up hope that I can use Dolphin.

 

If you want to look at what I have so far it is at

 

www.cboblogroll.org/community/

Quote · 23 Sep 2008

Ohh, mod_rewrite always direct to blogs.php file. Why you even not search at forum? :) 9 hours, ooh.

Such questions very popular here and already answered.

so we always have rules:

RewriteRule ^blogs/{0,1}$   blogs.php [QSA,L]
RewriteRule ^blogs/all/([0-9]+)/([0-9]+)/{0,1}$  blogs.php?page=$2&per_page=$1  [QSA,L]
RewriteRule ^blogs/top/{0,1}$   blogs.php?action=top_blogs [QSA,L]

Quote · 23 Sep 2008

HOW TO SEARCH AND NOTE FOR NEW MEMBERS IN THE FORUMS .....

Quote · 23 Sep 2008

yep, I searched the forum, found many ideas...

yep, 9 hours... 5 of that searching through and trying things from the forum.

yep, those lines are in my htaccess file, but it's not working.

yep, i have moved the htaccess file to the server, root, subdir... no diffr

commenting the 'multi view' did nothing.

 

im at a loss

Quote · 23 Sep 2008

Sorry, i never have gotten this to work yet...

Quote · 17 Oct 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.