× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Mike,

Try url rewriting

RewriteEngine On 
RewriteLog /wwww/logs/rewrite.log 
RewriteLogLevel 9 
RewriteCond %{HTTPS} !=on
RewriteCond %{HTTP_HOST} ^mysite.com*
RewriteRule ^/* https://%{HTTP_HOST}$1 [R,L]

Im not sure if that's exactly right, you may have to play with it to fine
tune it

The documentation for url rewriting is at
http://httpd.apache.org/docs/misc/rewriteguide.html

I believe these can also be added to the .htaccess file but ive not tried it
that way myself

cheers
Colin.W

http://as400blog.blogspot.com
 
Extension   5800
Direct dial   0870 429 5800


-----Original Message-----
From: Mike Wills [mailto:koldark@xxxxxxxxx] 
Sent: 04 January 2005 15:55
To: Midrange_Web400
Subject: [WEB400] Apache and .htaccess


Does the .htaccess work with iSeries Apache? I am trying to do a redirect
for all pages from http://mysite.com to https://mysite.com. This is what I
entered in:

# Process Redirects
Redirect 301 / https://lawson.tc.inet/

Does this work? Is there a better approach? This is a portal type site and I
only want SSL communitcations. If anyone requests a non-ssl URL, I want to
redirect to https://
-- 
Mike Wills
Midrange Programmer/Lawson Administrator
koldark@xxxxxxxxx
http://www.koldark.net
Want Gmail? Email koldark+gmail@xxxxxxxxx to get on my waiting list. <a
href="http://www.spreadfirefox.com/?q=affiliates&amp;id=2483&amp;t=1";>Get
Firefox!</a>
_______________________________________________
This is the Web Enabling the AS400 / iSeries (WEB400) mailing list To post a
message email: WEB400@xxxxxxxxxxxx To subscribe, unsubscribe, or change list
options,
visit: http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/web400.

This e-mail has been sent by a company of Bertram Group Ltd, whose registered 
office is 1 Broadland Business Park, Norwich, NR7 0WF. 
This message, and any attachments, are intended solely for the addressee and 
may contain privileged or confidential information.  If you are not the 
intended recipient, any disclosure, copying, distribution or any action taken 
or omitted to be taken in reliance on it, is prohibited and may be unlawful.  
If you believe that you have received this email in error, please contact the 
sender immediately. Opinions, conclusions and statements of intent in this 
e-mail are those of the sender and will not bind a Bertram Group Ltd company 
unless confirmed in writing by a director independently of this message. 
Although we have taken steps to ensure that this email and any attachments are 
free from any virus, we advise that in keeping with good computing practice the 
recipient should ensure they are actually virus free.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.