I want to redirect my homepage to an inner page: http://website.com/ to http://website.com/event/2/
How can I do this with .htaccess ? PS: I do not have any file .htaccess in my website, so i'll create a new one.
Thanks
I want to redirect my homepage to an inner page: http://website.com/ to http://website.com/event/2/
How can I do this with .htaccess ? PS: I do not have any file .htaccess in my website, so i'll create a new one.
Thanks
please add this code to your htacess Redirect 302 / http://website.com/event/2//
!! for more information see this article
https://mediatemple.net/community/products/grid/204643080/how-do-i-redirect-my-site-using-a-htaccess-file