Security implications without apache overrides?
Posted: Sat Feb 17, 2007 11:33 am
I am working on a new s9y install, but the host does not allow certain .htaccess overrides - I have had to comment out all the following in the main s9y .htaccess file order to get the blog to run:
What are the security implications of leaving these off? Does s9y become very vunerable with register globals on, and these file restrictions ignored, or are these just to be extra safe?
Should I recommend switching to another host?
Cheers
Rob
Code: Select all
#ErrorDocument 404 /blog/index.php
#DirectoryIndex /blog/index.php
#php_value session.use_trans_sid 0
#php_value register_globals off
#<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>
Should I recommend switching to another host?
Cheers
Rob