Re: [users@httpd] mod_rewrite question(s)

2005-06-29 Thread Steve Blandford
Fantastic! I moved RewriteEngine On RewriteLog "/var/log/httpd/rewrite_log" RewriteLogLevel 8 into the VirtualHost and the logging is now working. Many thanks! The one thing left for me to accomplish is to either; 1. rewrite all .php requests as https or 2. rewrite a specific http://...

Re: [users@httpd] mod_rewrite question(s)

2005-06-29 Thread Joshua Slive
On 6/29/05, Steve Blandford <[EMAIL PROTECTED]> wrote: > > Joshua, > > thanks for the quick response. > > To address your comments; > > the RewriteEngine On command is just above the Virtual host section (5th > line from the top of the snippet) I believe the RewriteEngine directive

Re: [users@httpd] mod_rewrite question(s)

2005-06-29 Thread Steve Blandford
Joshua, thanks for the quick response. To address your comments;  the  RewriteEngine On command is just above the Virtual host section (5th line from the top of the snippet) I've removed the % signs and nothing changed in the operation of the rewrite. So the %age sign was superfluous. N

Re: [users@httpd] mod_rewrite question(s)

2005-06-29 Thread Joshua Slive
On 6/29/05, Steve Blandford <[EMAIL PROTECTED]> wrote: > Another problem I am seeing is even though I have logging turned on in > my conf file, and that the log file was created, nothing has been > written to it... > > Here is the portion of my conf file relating to the problem. (domain > names ha

[users@httpd] mod_rewrite question(s)

2005-06-29 Thread Steve Blandford
I've been trying to use mod_rewrite to have http calls on a couple of directories and either all .php or one specific .php file rewritten as https calls. I have been able to use to rewrite but I cannot for the life of me get a rewrite of http://www.domain.com/.php to rewrite to https://ww