Welcome Guest, Not a member yet? Register   Sign In
controller subdirectory problem
#1

[eluser]hamzakhan[/eluser]
here is my dir structure

controller
|_admin
|_anotherdir
|
controller1
controller2

the problem is i am not able to access the controllers
present in anotherdir folder.

my root .htaccess file contain
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,QSA]
AddDefaultCharset UTF-8


plz help me....




Theme © iAndrew 2016 - Forum software by © MyBB