fix
This commit is contained in:
+3
-2
@@ -14,8 +14,9 @@ RewriteEngine On
|
||||
#This snippet prevents user access to the application folder
|
||||
#Submitted by: Fabdrol
|
||||
#Rename 'application' to your applications folder name.
|
||||
RewriteCond %{REQUEST_URI} ^application.*
|
||||
RewriteRule ^(.*)$ /index.php?/$1 [L]
|
||||
|
||||
#RewriteCond %{REQUEST_URI} ^application.*
|
||||
#RewriteRule ^(.*)$ /index.php?/$1 [L]
|
||||
|
||||
#Checks to
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
|
||||
@@ -90,7 +90,7 @@ $autoload['drivers'] = array();
|
||||
|
|
||||
| $autoload['helper'] = array('url', 'file');
|
||||
*/
|
||||
$autoload['helper'] = array();
|
||||
$autoload['helper'] = array('url', 'file');
|
||||
|
||||
/*
|
||||
| -------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user