Thanks for reading
My business has outgrown the website with a broader range of products and services. Its current structure is as follow:
service 1: domain.com/
forum: domain.com/forum/
how would I structure the new website to add in service 2 and service 3?
Plan1:
service1: domain.com/service1/
service2: domain.com/service2/
service3: domain.com/service3/
forum: domain.com/forum/
redirection problem - How to improve the code below to redirect in .htaccess, so that it keeps the /forum/ intact?
or, is there an better alternative structure?Code:Redirect 301 / /service1/
Thank you very much and happy new year!!!


LinkBack URL
About LinkBacks






Reply With Quote

