Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8027599
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T23:51:43+00:00 2026-06-04T23:51:43+00:00

this is a bit of a pickle, and a pickle I wouldn’t be in

  • 0

this is a bit of a pickle, and a pickle I wouldn’t be in if I hadn’t inhereted some one elses problem unfortunately.

At my company, we have a summer business and a winter business. Instead of setting up both businesses in the same CMS with similiar content, a previous contractor installed the winter website in the base public_html folder, and the summer website in a subdirectory.

This creates problems when summer comes, as people visit our website and still see the winter website, despite us wanting them to go to summer. We also don’t want to make the winter website inaccessible by directing everyone from root into /summer/ and getting rid of /winter. We also have some SEO strength we’ve earned there…

My Theorized Solution is as follows:

1- Move all of the winter website into /winter/ (alter these are getting combined and built into a drupal CMS, so forgive the proliferation of subdirectories)

2- Redirect all internal content as follows to keep SEO rankings for the pages we have as best as we can and not confused visitors:

#redirect internal to winter page
RewriteCond %{REQUEST_URI} ^/?
RewriteRule (.*) /winter/$1 [R=301]

That code does infact work.

3- Redirect ONLY the landing page (http://www.website.com/) to the internal summer page /summer/

I was able to accomplish the first two no problem. The problem is with the third. I could really use some help here! I’ve googled for hours, and I don’t understand .htaccess well enough to even know how to ask the question. I’ve tried to find some basic tutorials but more often than not I just find short little snippets of how to accomplish a task and nothing on the task itself.

So, anybody? Bueller?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T23:51:45+00:00Added an answer on June 4, 2026 at 11:51 pm

    based upon the information, Please use the followinf code in sequence:

    #redirect internal to winter page
    RewriteRule ^$ /summer [R=301,L]
    RewriteCond %{REQUEST_URI} ^/?
    RewriteRule (.*) /winter/$1 [R=301]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm currently in a little bit of a pickle. I have some code that
So I have this bit of code for x in range(x1,x2): for y in
I have this bit of code: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;
i have this bit of code, it limits the Li's to 15 of them
I noticed this little tid-bit in the readme for pickle : (The latest version
I have this bit of code: var has_logger = (window.console && window.console.log); if (has_logger)
So I have this bit of Less #footer { ul { // stuff }
I have this bit of html that I need to parse though <p class=feature_list>
I am in a bit of a pickle. I have a few Mac Minis
Have this bit of code in my app... Request::instance()->directory After upgrading to 3.1 it

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.