Index: [Article Count Order] [Thread]

Date:  Thu, 19 Apr 2007 15:30:20 +0300
From:  Arthur Sherman <arturs (at mark) netvision.net.il>
Subject:  [coba-e:09624] Re: On htaccess problems
To:  coba-e (at mark) bluequartz.org
Message-Id:  <0JGQ0012TW6F46H0 (at mark) mxout5.netvision.net.il>
In-Reply-To:  <24CDA102-901C-4792-AF65-8A366F276A15 (at mark) leonard-payne.com>
X-Mail-Count: 09624

> I'm having a bit of a problem in getting something working here.
> 
> The provider of my software says that this is a .htaccess problem
> 
> I know that some directives are not allowable on BQ machines or RAQs.
> 
> This is what they need:
> 
> 
> --
> Options +FollowSymlinks
> DirectoryIndex index.html index.htm index.php
> 
> <IfModule mod_rewrite.c>
> RewriteEngine On
> RewriteBase /
> RewriteCond %{REQUEST_FILENAME} !-d
> RewriteCond %{REQUEST_FILENAME} !-f
> RewriteCond %{REQUEST_URI} !/*/wp-admin*
> RewriteCond %{REQUEST_URI} !/*/wp-login.php
> RewriteRule . /index.php [L]
> RewriteRule ^(.*)/wp-admin/(.*)$ 
> /wp-admin/index.php?subdomain=$1 [R,L]
> RewriteRule ^(.*)/wp-login.php$ /wp-login.php?subdomain=$1 [R,L]
> </IfModule>
> 
> ---
> 
> 
> Is this allowed?
> 
> If not, How can I achieve this?
> 
> Thanks and regards
> 
> Revd leonard


Check /etc/httpd/conf/vhosts/siteXXX and
/etc/httpd/conf/vhosts/siteXXX.include
I have many Wordpress sites working without problem.

Best,

--
Arthur