ZenphotoCMS Forum
.htaccess effects entire site - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: .htaccess effects entire site (/thread-394.html)



.htaccess effects entire site - sabotage - 2006-03-25

Zenphoto is installed in /
I have other scripts installed in subfolders. For example, a blog scripts in /ssblog.

The problem is when I have the htaccess file with modrewrite, it effects the entire site.
So, if I try to access a script, http://www.mysite.com/ssblog/index.php I get the follow error:

The image index.php does not exist.




.htaccess effects entire site - shadowVox - 2006-04-10

An .htaccess file will affect the currect directory as well as all subdirectories. To not have the changes put in the sub-directories, you need to put a seperate .htaccess file into those directories with the rules you need.

Here's a good guide I've been reading: http://www.javascriptkit.com/howto/htaccess.shtml




.htaccess effects entire site - trisweb - 2006-04-10

Are you using the newest version with the newest .htaccess (1.0.2)? This problem should be fixed with it... if it's not, I'd like to hear more...




.htaccess effects entire site - trisweb - 2006-04-10

Ah, this was a bit ago. Try upgrading!