diff --git a/wwwjuba/.htaccess b/wwwjuba/.htaccess index e83075c..60ae62f 100644 --- a/wwwjuba/.htaccess +++ b/wwwjuba/.htaccess @@ -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 diff --git a/wwwjuba/application/config/autoload.php b/wwwjuba/application/config/autoload.php index b26e374..a2b3c46 100644 --- a/wwwjuba/application/config/autoload.php +++ b/wwwjuba/application/config/autoload.php @@ -90,7 +90,7 @@ $autoload['drivers'] = array(); | | $autoload['helper'] = array('url', 'file'); */ -$autoload['helper'] = array(); +$autoload['helper'] = array('url', 'file'); /* | -------------------------------------------------------------------