apache - .htaccess custom redirect -
apache - .htaccess custom redirect -
i want able have links on site
mail/asdassda2131dfdsfdsds
actually show :
/index.php?option=com_loans&view=mail&guid=asdassda2131dfdsfdsds
using htaccess
without seeing latter url (ie mail/asdassda2131dfdsfdsds remains in address bar)
anyone ?
tnx sc
add below rewrite rule .htaccess
rewriterule ^mail/ (.*)$ index.php?option=com_loans&view=mail&guid=$1 [r=301,l]
apache .htaccess redirect
Comments
Post a Comment