|
|||||||
| Hosting Support Ask your support questions here about our hosting service |
![]() |
|
|
LinkBack | Thread Tools | Rate Thread | Display Modes |
|
|||
|
hello branica
please, I've created a sub domain but the only way to access the site on it is using subdomain.domain.com/index.php . if i use subdomain.domain.com without index.php i receive 404 not found. do you have any idea of what i can do to make this subdomain working normally. tank you
|
|
|||
|
well, finally i understand the problem. my domain has esyndicat script installed and the .htaccess of it produce problems for all sub domains. the solution is get a .htaccess inside each subdomain folder with this code inside
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> ErrorDocument 500 /dir/500.htm ErrorDocument 404 /dir/404.htm ErrorDocument 403 /dir/403.htm ErrorDocument 401 /dir/401.htm the only thing to change in this code is your index page in case itīs not index.php named. after made this my sub domain started to work normally. found this solution at esyndicat forum. anyway thanks for allways give fast help.
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|