.htaccess - htaccess redirect to another folder -


i have redirect using htaccess.please me. url :- http://xxx/cckcht/ redirect

url :- http://xxx/cckcht/lhc_web/index.php/site_admin/ 

enable mod_rewrite , .htaccess through httpd.conf , put code in .htaccess under document_root directory:

options +followsymlinks -multiviews # turn mod_rewrite on rewriteengine on rewritebase /cckcht/  rewriterule (?!^lhc_web/index\.php/site_admin/)^(.*)$ /cckcht/lhc_web/index.php/site_admin/$1 [l,r=301,nc] 

Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -