basic mod_rewrite enabled
Using the cmslinker tool in TinyMCE is great for the internal pages but if I use it to call the link for a page of the external type it is instead creating a link to an internal page.
See http://www.konatraveler.com/Kona-Vacati ... deals.html, there is a link up near the top in the text "Book any of our vacation rentals". That link was inserted using cmslinker and the page is content type "external". It should go to http://konaoceanfronts.com/site/Propert ... fault.aspx but instead it is going to http://www.konatraveler.com/Kona-Vacati ... rties.html - which is the page alias of the external page but is is instead making a blank internal page out of it. I tried doing a 301 redirect for /Kona-Vacation-Accommodations/browse-search-properties.html but that produces an error on the receiving site (I think it is passing variables in the url)
Code: Select all
redirect 301 /Kona-Vacation-Accommodations/browse-search-properties.html http://konaoceanfronts.com/site/PropertyList/578/default.aspx
Thanks!
Alane