Jump to content

Ignore Sub-Domains ?


GravityFX

Recommended Posts

Hello, I am having trouble using my sub-domains of directories. Is there a way to ignore specific sub-domains or directories ? This is my .htaccess file:

 

IndexIgnore *

RewriteEngine on

# Prevent viewing of .htaccess file
<Files .htaccess>
  order allow,deny
  deny from all
</Files>

# Short URLs   
  RewriteRule ^([^\.]+)$ index.php?p=$1 [L]

 

I need to fix "Short URLs" part ;-) I've created sub-domain http://blog.gravityfx.org/ but when I logging to my blog I get to http://blog.gravityfx.org/wp-admin/ instead of http://blog.gravityfx.org/wp-admin/index.php Also when I use sub-domain like so: http://gravityfx.org/blog/ it does not work, it says error 404 - not found. Now I've created sub-domain > http://wiki.gravityfx.org/ and it says Not Found. Please help. Thanks!

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.