![]() |
problem with .htaccess file in godaddy subdomain - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forum-20.html) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forum-23.html) +--- Thread: problem with .htaccess file in godaddy subdomain (/thread-55247.html) |
problem with .htaccess file in godaddy subdomain - El Forum - 10-17-2012 [eluser]psychoder[/eluser] i have a website built using CodeIgniter with Modular extension... and htaccess to eliminate index.php in the url... now the problem is it won't work at a subdomain, but in a folder inside the domain it works...how would i figure out the correct .htaccess file.. Code: Options +FollowSymLinks problem with .htaccess file in godaddy subdomain - El Forum - 10-17-2012 [eluser]Mr. Pickle[/eluser] And with this: Code: RewriteCond %{REQUEST_FILENAME} !-f |