: Apache rewrite rule for all pages after domain name I asked this question on stackoverflow.com: https://stackoverflow.com/questions/8466321/apache-rewrite-rule-for-all-pages-after-domain-name Sorry for redirecting,
I asked this question on stackoverflow.com: stackoverflow.com/questions/8466321/apache-rewrite-rule-for-all-pages-after-domain-name
Sorry for redirecting, but I wasn't aware of webmasters.stackoverflow and wasn't sure if I should repost it here or just link to it to prevent duplication.
UPDATE
Here's what I have so far:
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/(.+)$
RewriteRule /(.*) archived.example.com/
This is redirecting everything, including example.com alone. I only want the redirect to happen if there is something (anything) after the ".com" (i.e. "/whatever"). I have a static HTML page that is now at example.com, but I want my old DB-backed site to go to archived.example.com.
Anymore ideas?
More posts by @Lee4591628
1 Comments
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.