I have a CodeIgniter in my site say abc.com . I have copied full content to a sub folder in same site say abc.com/test . But I can't access the site using abc.com/test . Can anyone help me in this regards
Thanks
I have a CodeIgniter in my site say abc.com . I have copied full content to a sub folder in same site say abc.com/test . But I can't access the site using abc.com/test . Can anyone help me in this regards
Thanks
Root htaccess
RewriteEngine on
RewriteBase /
RewriteCond $1 !^(index\.php|lib|robots\.txt|test)
RewriteRule ^(.*)$ index.php/$1 [L]
Before everything you should check whether you have change codeginiter base url at config file. your new base url is something like http://abc.com/test/ and rember to add slash after test/