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 7596409
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T21:54:41+00:00 2026-05-30T21:54:41+00:00

A WordPress blog can be reached with mod_rewrite at http://xyz.de . In the future

  • 0

A WordPress blog can be reached with mod_rewrite at http://xyz.de.
In the future this blog will be reached at http://blog.xyz.de. This is no challenge, however the old adresses have to forward to the actual article address.

http://xyz.de/YYYY/MM/DD/titel/ have to forward to http://blog.xyz.de/YYYY/MM/DD/titel/.

To make matters even more complicated, at the root domain ( http://xyz.de ) a new page have to be accessible.
This uses GET parameters for navigation. For example http://xyz.de/index.php?site=home.

Is there any way to realize this?

  • 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-05-30T21:54:43+00:00Added an answer on May 30, 2026 at 9:54 pm

    This is a fairly trivial rewrite and redirect:

    RewriteEngine On
    # If the domain is xyz.de...
    RewriteCond %{HTTP_HOST} ^xyz.de
    # And the requested file is not /index.php (for the special case)
    RewriteCond %{REQUEST_FILENAME} !/(index\.php)?$
    # Redirect to the new domain, appending any existing query string
    RewriteRule ^(.*)$ http://blog.xyz.de/$1 [L,R=301,QSA]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I recently made this wordpress blog, where you can sign up a team for
I'm starting a Wordpress Blog that will have adult content on it, so I'll
In my Wordpress Blog I'm currently using an integrated http://U.nu url-shortener. For this I've
I have a wordpress blog theme settings page using functions.php How can i send
I have this wordpress blog that has many pages with subpages that dropdown on
I have an atom feed on a wordpress blog here: http://blogs.legalview.info/auto-accidents/feed/atom When I download
Is there any way we can have two different Permalinks in a Wordpress blog?
it's can be apply not only to wordpress. But to all blog platform that
i have a wordpress blog and want to give people the same user experience
I have a Wordpress blog running on my site and I have no time

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.