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

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

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