This commit is contained in:
2019-08-29 07:43:03 -04:00
parent 0f9cf37b9c
commit c13ff13741
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -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
+1 -1
View File
@@ -90,7 +90,7 @@ $autoload['drivers'] = array();
|
| $autoload['helper'] = array('url', 'file');
*/
$autoload['helper'] = array();
$autoload['helper'] = array('url', 'file');
/*
| -------------------------------------------------------------------