.htaccess file to redirect to 1 page -


i want redict anypage www.en2krew.com www.nlsda.co.uk/history using .htaccess file. en2krew site in html5 , nlsda joomla

after several different attempts have come (which goes home page):

options +followsymlinks rewriteengine on rewriterule (.*) http://www.nlsda.co.uk/ [r=301,l]  

if type in en2krew.com works. if type in liek en2krew.com/about goes nlsda.co.uk/index.php?option=com_content&view=article&id=15&itemid=138 - not proper page.

how can go same page (ideally 1 www.nlsda.co.uk/histroy)

thanks


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -