paparts Posted March 4, 2009 Share Posted March 4, 2009 test site: http://www.example.com I have a folder in my ssh panel that has html/example.com and in it I have a system folder that consists of the codeigniter files so the path for my code igniter is html/example.com/system... I created a folder that is located at html/example.com/mynewfolder an in there i have some php files and when I access it on the url it can not be viewed. Help me pls to redirect my code igniter to that directory. I can't open in using http://www.exmple.com/mynewfolder/ thanks.... Quote Link to comment Share on other sites More sharing options...
paparts Posted March 11, 2009 Author Share Posted March 11, 2009 Anyway found a solution to the problem here is the code for htaccess RewriteRule ^<foldername>/(.*)$ <foldername>/$1 [L] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.