[EHPweb] SSL Development
Eric M Martinez
emartinez at usgs.gov
Wed Jan 7 18:43:02 GMT 2009
FYI -
I changed the Apache configuration file on ehpdevel for SSL content
as follows:
#RewriteCond %{REQUEST_URI} !/(admin|ens|js|css|images|template)
#RewriteCond %{REQUEST_URI} !-f
#RewriteCond %{REQUEST_URI} !-d
#RewriteRule (.*) http://earthquake.usgs.gov$1 [R,L,QSA]
#RewriteRule ^/$ http://earthquake.usgs.gov/ [R,L]
#RewriteCond %{REQUEST_URI} !/(admin|ens|dyfi|js|css|images|template)
RewriteCond %{REQUEST_URI} !^/php-fcgi
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-d
RewriteRule (.*) http://earthquake.usgs.gov$1 [R,L,QSA]
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -d
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI}/index.php !-f
RewriteRule (.*) http://earthquake.usgs.gov$1 [R,L,QSA]
RewriteRule ^/$ http://earthquake.usgs.gov/ [R,L]
Let me know if you see any funny behavior that might be the result of
this.
Thanks,
~Eric.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://geohazards.usgs.gov/pipermail/ehpweb/attachments/20090107/869206a9/attachment.html
More information about the EHPweb
mailing list