Hi folks,
I've got the following problem:
In my apache config I have the followin lines to redirect all requests to the ssl port, which is working fine:
Quote:
RewriteCond %{SERVER_PORT} !^443$
RewriteCond %{SERVER_NAME} !^mein.host.eu$
RewriteRule ^.*$ https://my.host.com%{REQUEST_URI} [L,R]
|
Besides this I got a local .htaccess file in one folder with some rewrite stuff for one application:
Quote:
RewriteRule ^(.[a-z_0-9]*)\.([a-z_0-9]*)\.html$ ?tos=$1&s=$2 [QSA,NC,L]
RewriteRule ^(.[a-z_0-9]*)\.html$ ?tos=$1 [QSA,NC,L]
|
But anyhow these both do not work together. The content of the .htaccess stuff overrules the ssl rewrite thing so that it seems to get ignored. Adding these lines on top of the .htaccess does not help either.
Any ideas how to solve this?
Recent comments
13 hours 11 min ago
14 hours 11 min ago
17 hours 58 min ago
19 hours 12 min ago
22 hours 48 min ago
1 day 6 hours ago
1 day 14 hours ago
1 day 16 hours ago
2 days 7 hours ago
2 days 9 hours ago