Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. 🚫 No AI-generated (LLM) posts allowed. Share your own thoughts and experience — accounts may be terminated for violations.
It is not recommended to do it this way but if there is a reason to do that them make sure that you are doing 301 redirection .. I am not sure why do you need the question mark at the end if you are not passing and variable
It is not recommended to do it this way but if there is a reason to do that them make sure that you are doing 301 redirection .. I am not sure why do you need the question mark at the end if you are not passing and variable
Yes, this is fine to do, just use 301 redirects. If on apache you can easily do this with .htaccess files.
Also, if you have lots of olddomain.com/pagenames.html then use a wild card redirect to redirect olddomain.com/pagename.html to newdomain.com/pagename.html etc $1 etc.
Plenty of guides online and htaccess builders too.