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

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

Hibernate criteria by a list of natural ids -

ios - Lagging ScrollView with UIWebview inside -