WordPress wont allow me to use subdomain on my site
-
Hey Folks,
I have a domain hosted at godaddy and on its root, wordpress is Installed. The blog works just perfect and i tried to install gallery2 on one of its subdomain. But something is just messed up with .htaccess that the subdomain becomes inaccessible using photos.mysite.com, however i can use it using mysite.com/photos.
I wonder how it is done and how i can i fix this. It is worth mentioning that gallery2’s root folder has an index.php which redirects to main.php and the subdomain folder(photos) doesn’t have .htaccess file.
The root has an .htaccess file which reads :
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Thanks in advance
Cheers!!
Sachin KhoslaThe blog I need help with is: (visible only to logged in users)
-
The blog you specified at blog.realin.co.in does not appear to be hosted at WordPress.com.
This support forum is for WordPress.com hosted blogs only. If you have a self-hosted WordPress blog you need to seek help at the WordPress.org forums, not here.
If you don’t understand the difference, you may find this information helpful.
- The topic ‘WordPress wont allow me to use subdomain on my site’ is closed to new replies.