× Here you can get community support related to ReDJ.

redirect from subdomain on home page

  • harisg7
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 11 months ago - 10 years 11 months ago #1077 by harisg7
redirect from subdomain on home page was created by harisg7
Hello there!

I want to redirect all my subdomains and articles to the home page.

Example:
From: subdomain.site.com
To: site.com

I have J1.5.
Last edit: 10 years 11 months ago by harisg7.

Please Log in or Create an account to join the conversation.

More
10 years 11 months ago #1079 by admin
Replied by admin on topic redirect from subdomain on home page
Hi,
unfortunately this cannot be done with ReDJ for Joomla 1.5. The reason is this version works only on the REQUEST_URI part, so is not possible to create rule for domain part. This feature is available in ReDJ for Joomla 2.5 and 3.0.

The good news is you can do this with a simple .htaccess rule. :)
RewriteEngine on
RewriteCond %{HTTP_HOST} ^subdomain.site.com [NC]
RewriteRule ^(.*)$ http://site.com/$1 [L,R=301]

Kind regards,
Luigi

Please Log in or Create an account to join the conversation.

Time to create page: 0.084 seconds