View Single Post

  #6 (permalink)  
Old 10-03-2007, 07:36 PM
niall's Avatar
niall niall is online now
Hosting Caretaker
 
Join Date: Jan 2007
Location: Carlow
Posts: 83
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Thanks: 0
Thanked 0 Times in 0 Posts
niall will become famous soon enough
Send a message via ICQ to niall Send a message via MSN to niall
Default

Cormac,
I have that setup on my blog now, and have no major issues. The .htaccess in my wordpress folder is now as follows:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^blog.moybella.net$ [NC]
RewriteRule ^(.*)$ http://blog.moybella.net/$1 [L,R=301]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

In my vhost entry, blog.moybella.net is the ServerName and the ServerAlias is "www.blog.moybella.net blog.moybella.com www.blog.moybella.com"

Niall.
Reply With Quote