Redirect https to https in .htaccess file -


i created quote form on https server did not work, need redirect url new https server works...

redirect permanant https://www.my-url.com/quotes/ https://new-quote-form-url.com/quotes/

i tried in .htaccess file did not work.

thank you.

it should be

redirect permanent https://www.my-url.com/quotes/ https://new-quote-form-url.com/quotes/

note removed 'to' , spelt permanent incorrectly.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -