The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
Please use less .htaccess - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Feature Requests (http://get-simple.info/forums/forumdisplay.php?fid=7) +--- Thread: Please use less .htaccess (/showthread.php?tid=4027) |
Please use less .htaccess - ttpd - 2012-12-18 For some reason one of the webhosts i use GetSimple on doens't allow the use of .htaccess, instead thay have some costum filetype (with .htaccess syntax) but only one (1) and only in the root. Furthermore it blocks access to files in a folder if .htaccess exists in that folder. So my request is, make GetSimple less dependent on .htaccess files (all could be merged into just one in the root). RE: Please use less .htaccess - yojoe - 2012-12-18 What if the root htaccess file becomes corrupt or won't be renamed during installation ? Would you leave users.xml files w/o protection ? Changing piece of core functionality of well made software, to make it work on one specific provider, is in my taste a completely selfish request. The more, plugins also use standalone htaccess files with deny commands. How would you solve that problem ? ps. you can always try with creating your own rewrite rules in root directory like RewriteCond %{REQUEST_URI} (directory1 | dir2 | dir3) RewriteRule .* - [F] or <Directory /dir1> Order Deny,Allow Deny from all </Directory> RE: Please use less .htaccess - jason.dixon.email - 2012-12-24 Could always be the option to move the core files out of the public directory. Like some frameworks seem to do. RE: Please use less .htaccess - yojoe - 2012-12-28 That might be impossible on some hosting providers. Especially, when you have access to a fixed directory, given by hosting admin. There's still a way to avoid this solution, when php 'exec' functions are working. |