Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: url change at point of registration

url change at point of registration 15 years 8 months ago #3951

  • creilley
  • creilley's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
I have set up DT Register and it appears to work well, as long as I am not trying to register from my clients office. The problem is an intranet they have, it uses http:kingbishop.com. The website you access from http://www.kingbishop.com . Unfortunately at the point of registration it removes the \"www\" from the url. At that time it is unable to locate the page - again this only happens in the office which is connected to the intranet.

Is there something that can make it stay at www.kingbishop.com through the registration process?

Thanks for any help in advance.

link to registration page:
http://kingbishop.com/joomla/index.php? ... &Itemid=95

Home > Training > Workshop Registration

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

url change at point of registration 15 years 8 months ago #3955

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
Hello. Try adding this to your .htaccess file:
RewriteBase / 
# non-www to www 
 RewriteCond %{HTTP_HOST} !^www\\.kingbishop\\.com$ 
 RewriteRule ^(.*)$ http://www.kingbishop.com/$1 [R=301,L]

This should redirect any url on the site that does not have a www and force a www.

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

url change at point of registration 15 years 8 months ago #4008

  • creilley
  • creilley's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Thank you very much - solved the problem. I searched on many forums for a solution and you came up with the answer immediately.

best-creilley

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

  • Page:
  • 1
Time to create page: 0.504 seconds