How to redirect using .htaccess so CMS is included? -


everytime redirect using .htaccess file 500 internal server error.

never used .htaccess file before struggling fix it.

i need redirect from:

http://www.jfk-scotland.com

to

http://www.jfk-scotland.com/index.php/index.html

i have integrated cms need redirect or doesnt include cms.

any apprectiated.

have tried:

redirectmatch ^/$ /index.php/index.html 

Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -