On 16/12/2007, Bryan Richardson <[EMAIL PROTECTED]> wrote:
[snip]
> root directory.  I've tried both ^(.*)$ and /^(.*)$ for the rewrite rule.
> Any suggestions?  Thanks! -- BTR

The first of those should work but the second not (it's not really a
valid regex as ^ mid-string doesn't have a special meaning, and in
htaccess there's no leading slash). Try these wiki pages:

http://wiki.apache.org/httpd/RewriteHtaccessIgnored
http://wiki.apache.org/httpd/RewriteContext
http://wiki.apache.org/httpd/RewriteHTTPToHTTPS

-- 
noodl

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to