|
|||||||
| 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
|
|
|||
|
Can you please list (or PM the url in question if you are not comfortable) the url with the subdomain?
__________________
Click here for Affordable Hosting or Here to Add Your URL to our Business Directory Please Use the Forum for Support Questions |
|
|||
|
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.
__________________
Click here for Affordable Hosting or Here to Add Your URL to our Business Directory Please Use the Forum for Support Questions |
|
|||
|
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.
__________________
Click here for Affordable Hosting or Here to Add Your URL to our Business Directory Please Use the Forum for Support Questions |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|