Index: [Article Count Order] [Thread]

Date:  Thu, 19 Apr 2007 12:59:15 +0100
From:  Leonard Payne <email (at mark) leonard-payne.com>
Subject:  [coba-e:09623] On htaccess problems
To:  coba-e (at mark) bluequartz.org
Message-Id:  <24CDA102-901C-4792-AF65-8A366F276A15 (at mark) leonard-payne.com>
In-Reply-To:  <005e01c78271$f9e68d20$0c01a8c0@athlon64>
References:  <005e01c78271$f9e68d20$0c01a8c0@athlon64>
X-Mail-Count: 09623



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