|
|||||||
| Hosting Support Ask your support questions here about our hosting service |
![]() |
|
|
LinkBack | Thread Tools | Rate Thread | Display Modes |
|
|||
|
hello arthur
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 ![]() |
|
|||
|
Can you please list (or PM the url in question if you are not comfortable) the url with the subdomain?
|
|
|||
|
I would check your .htaccess on your root. It looks like it is affecting your subdomain. When I clear out the rewrite, the subdomain works.
|
|
|||
|
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 arthur for allways give fast help. ![]() |
|
|||
|
Cool - thanks for posting the rewrite code for the subdomain.
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|