htaccess redirect www to non-www with codeigniter installed in a folder off the root |
[eluser]ehicks727[/eluser]
I've done this many times where I add a bit of code into the .htaccess file to force www.example.com to example.com. The problem I'm having now is that I have the application installed into a folder /products/ and my bit of code that normally works is not working now. Here's my current .htaccess. Code: RewriteEngine on Does anyone have a solution for when the app is in a folder?? Thanks! |
Messages In This Thread |
htaccess redirect www to non-www with codeigniter installed in a folder off the root - by El Forum - 06-09-2013, 04:59 PM
|