I did.. it doesn't address ssl (https://)
Thanks, Lynn Stott www.stottdesign.com 208.871.0073
On Jul 22, 2011, at 9:58 AM, Walt Daniels wrote:
See the comments in the .htaccess distributed with the core. # Various rewrite rules.
<IfModule mod_rewrite.c> RewriteEngine on
# If your site can be accessed both with and without the 'www.' prefix, you # can use one of the following settings to redirect users to your preferred # URL, either WITH or WITHOUT the 'www.' prefix. Choose ONLY one option: # # To redirect all users to access the site WITH the 'www.' prefix, # (http://example.com/... will be redirected to http://www.example.com/...) # adapt and uncomment the following: # RewriteCond %{HTTP_HOST} ^example.com$ [NC] # RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301] # # To redirect all users to access the site WITHOUT the 'www.' prefix, # (http://www.example.com/... will be redirected to http://example.com/...) # uncomment and adapt the following: # RewriteCond %{HTTP_HOST} ^www.example.com$ [NC] # RewriteRule ^(.*)$ http://example.com/$1 [L,R=301]
# Modify the RewriteBase if you are using Drupal in a subdirectory or in a # VirtualDocumentRoot and the rewrite rules are not working properly. # For example if your site is at http://example.com/drupal uncomment and # modify the following line: # RewriteBase /drupal # # If your site is running in a VirtualDocumentRoot at http://example.com/, # uncomment the following line: # RewriteBase /
# Rewrite URLs of the form 'x' to the form 'index.php?q=x'. RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !=/favicon.ico RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
</IfModule>
On Fri, Jul 22, 2011 at 10:17 AM, Shai Gluskin shai@content2zero.com wrote: Lynn,
Are you on a Linux server? I think you are talking about using a mod_rewrite solution which, I think, only works on Linux.
mod_rewrite is incredibly powerful and fussy. I wouldn't risk advising you on the actual script.
I actually think this kind of question might best be handled by the support team at your server company. I'm not saying you shouldn't ask here... but if you don't get a response that helps, that is another route to go.
Shai
On Fri, Jul 22, 2011 at 10:10 AM, Lynn Stott (Stott Design) lynn@stottdesign.com wrote: Can some help with .htaccess?
How do you redirect all https://www.site.com http://www.site.com http://site.com
to
Thanks,
-- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]