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

  • Home
  • SEARCH
  • 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 460965
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T22:55:36+00:00 2026-05-12T22:55:36+00:00

I just did a redesign for www.wildchildclothes.com which has a new URL structure. The

  • 0

I just did a redesign for http://www.wildchildclothes.com which has a new URL structure. The old site ran on Zen Cart and had a bad URL structure. Here are some examples of what I want to redirect from:

OLD: http://www.wildchildclothes.com/page.html?chapter=1&id=21
NEW: http://www.wildchildclothes.com

and…

OLD: http://www.wildchildclothes.com/index.php?main_page=faq_info&fcPath=0&faqs_id=13
NEW: http://www.wildchildclothes.com/customer-service.html

Here is what’s in my .htaccess to achieve this:

RewriteEngine On
RewriteBase / 
RewriteCond %{QUERY_STRING} ^([^&]*&)*chapter=1(&|$)
RewriteCond %{QUERY_STRING} ^([^&]*&)*id=21(&|$)
RewriteRule ^page\.html http://www.wildchildclothes.com? [L,R=301]
RewriteCond %{QUERY_STRING} ^([^&]*&)*main_page=faq_info(&|$)
RewriteCond %{QUERY_STRING} ^([^&]*&)*fcPath=0(&|$)
RewriteCond %{QUERY_STRING} ^([^&]*&)*faqs_id=13(&|$)
RewriteRule ^index\.php$ http://www.wildchildclothes.com/customer-service.html? [L,R=301]

But this doesn’t work at all – I only get sent to my 404 page instead of begin redirected. Can anyone shed some light? The full .htaccess is posted below.

Thanks much,
Jonah

  • 1 1 Answer
  • 2 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-05-12T22:55:37+00:00Added an answer on May 12, 2026 at 10:55 pm

    None of the above solutions worked for me, but this does:

    To redirect http://www.wildchildclothes.com/page.html?chapter=1&id=21 to http://www.wildchildclothes.com:

    RewriteCond %{query_string} chapter=1&id=21
    RewriteRule (.*) http://www.wildchildclothes.com/? [R=301,L]
    

    To redirect http://www.wildchildclothes.com/index.php?main_page=document_product_info&products_id=280 to http://www.wildchildclothes.com:

    RewriteCond %{query_string} main_page=document_product_info&products_id=280
    RewriteRule (.*) http://www.wildchildclothes.com/? [R=301,L]
    

    To redirect http://www.wildchildclothes.com/index.php?main_page=faq_info&fcPath=0&faqs_id=9 to http://www.wildchildclothes.com/customer-service.html:

    RewriteCond %{query_string} main_page=faq_info&fcPath=0&faqs_id=9
    RewriteRule (.*) http://www.wildchildclothes.com/customer-service.html? [R=301,L]
    

    I’m sure there are better ways to do this but this works for me and .htaccess just gives me a headache so I’m not digging any further.

    I hope this helps someone else out there!

    • Jonah
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here is an xcode project that I just did to ask this question: http://www.mediafire.com/?z26ufsfhby62br9
I just did File -> New Project last night on a new project. Ah,
I just did a clean install of Visual Studio 2008 on a new machine
Just did a brew install graphviz on Mountain Lion which gave me this error
I just did some testing for Int PK join Vs Guid PK. Tables structure
I just did my first jQuery plugin which hides content that is too long.
I am new on android programming, just did one app so far. After it's
I'm new to CakePHP & Mysql Workbench and i just did a reverse engineer
i just did a plain old mysql dump with something like this mysqldump -h
I just did a git init on the root of my new project. Then

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.