Welcome Guest, Not a member yet? Register   Sign In
virtual subdomain
#1

[eluser]farhad zand[/eluser]
hi

i want o create virtual subdomain with CI but i cant make htaccess

i used this code for htaccess but i see internal error

Code:
RewriteEngine on

RewriteCond %{HTTP_HOST} ^([^.]+)\.mydomain\.com$ [NC]
RewriteCond %1 !^(www|ftp|mail)$ [NC]
RewriteRule ^.*$ index.php/home/shop/%1

the error is for index.php/home/shop/%1




Theme © iAndrew 2016 - Forum software by © MyBB