I am running the free forum with 4.1.9. Unless you put in the FULL URL (including name of file) it just throws a No such content exists. This means even when you are in admin and click browse categories it goes to the error page. Is there anyway this can be fixed?
Paul wrote: You have a links .htaccess in the directory above the forum? Then you need a rule to exept the forum: RewriteRule ^forum/?$ forum/index.php
Might still get other conflicts I imagine though, layered .htaccess gets messy.
Comments on Running Links with free forum
Expert
Usergroup: Customer
Joined: Aug 19, 2005
Location: England
Total Topics: 391
Total Comments: 1303
I am running the free forum with 4.1.9. Unless you put in the FULL URL (including name of file) it just throws a No such content exists. This means even when you are in admin and click browse categories it goes to the error page. Is there anyway this can be fixed?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
You have a links .htaccess in the directory above the forum? Then you need a rule to exept the forum:
RewriteRule ^forum/?$ forum/index.php
Might still get other conflicts I imagine though, layered .htaccess gets messy.
Expert
Usergroup: Customer
Joined: Aug 19, 2005
Location: England
Total Topics: 391
Total Comments: 1303
You have a links .htaccess in the directory above the forum? Then you need a rule to exept the forum:
RewriteRule ^forum/?$ forum/index.php
Might still get other conflicts I imagine though, layered .htaccess gets messy.
No, that didn't work.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
You'll have to put the rule at the top, next to the ^admin/ rule.