(no subject)

Date: 2008-06-16 06:54 pm (UTC)
That's the logical place for them.

Maybe try a rewrite all, and see if it's picking it up?

RewriteEngine on
RewriteCond %{HTTPS} !=on
RewriteRule ^/(.*) https://apache/$1 [R,L]


You can also use the rewrite debugging to log to a file, then see if it's matching on anything (or even processing the rules!).

RewriteLog "/var/log/apache2/rewrite_log"
RewriteLogLevel 9

You want that after you turn on the engine, before you do the RewriteCond or RewriteRule.

3am here, so brains starting to shut down.

Good luck!

prk.

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

Profile

theweaselking: (Default)theweaselking
Page generated Jul. 9th, 2025 03:56 pm