PDA

View Full Version : htaccess problem with real subdirectory


wcardinal
12-14-2006, 05:34 PM
how do I stop the htaccess for esyndicat from blocking access to a real subdirectory.

I installed a forum to /forum -- but I get a 404 error (error.php?error=404) unless I access it as forum/index.php

John Turner
12-15-2006, 08:16 AM
Hi wcardinal and welcome,

Please try to add following code to your eSyndiCat .htaccess

Options -MultiViews

wcardinal
12-15-2006, 04:01 PM
no, that didn't do it.

Greg
12-15-2006, 04:36 PM
See if this helps.
http://www.esyndicat.com/forum/about5189.html

Simon Gooffin
12-18-2006, 08:31 AM
If we are too lazy to check the links :) . May be you should try this solution:

add .htaccess with the following content in your real subdirectory. let it be TEST

RewriteEngine on
RewriteBase /TEST