Page 1 of 1

What is the htaccess language?

Posted: Sat Aug 19, 2006 9:19 pm
by Hathor
ETA: Resolved. :)


My host removed everything from my htaccess file today. Could you please show me what that file should contain? I can't see it in the install I downloaded, and I can't just extract overtop of things because I'm installed in the main directory and it installs everything in a subdirectory.

Posted: Sat Aug 19, 2006 10:05 pm
by azel
It should contain something like this:

# BEGIN s9y
DirectoryIndex /index.php

<Files *.tpl.php>
deny from all
</Files>

<Files *.tpl>
deny from all
</Files>

<Files *.sql>
deny from all
</Files>

<Files *.inc.php>
deny from all
</Files>

<Files *.db>
deny from all
</Files>

# END s9y

Posted: Sat Aug 19, 2006 10:15 pm
by Hathor
Thanks. I tried that, but it didn't help. There's no templating, and you can't click to anything from the main page.

Posted: Sat Aug 19, 2006 10:53 pm
by Hathor
I finally found a way to get at my backup copy. Ergh - it's taken care of now, thanks for checking. :)