Welcome Guest, Not a member yet? Register   Sign In
problem with .htaccess file in godaddy subdomain
#1

[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
<IfModule mod_rewrite.c>
RewriteEngine On

<Files .*>
Order Deny,Allow
Deny From All
</Files>

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule .* index.php/$0 [L]
</IfModule>
Options -Indexes


Messages In This Thread
problem with .htaccess file in godaddy subdomain - by El Forum - 10-17-2012, 12:52 AM
problem with .htaccess file in godaddy subdomain - by El Forum - 10-17-2012, 02:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB