How to config .htaccess permalink -


i use linux , file .html onpage: no database: want redirect this:

http://example.com/?page=/mylinks.html 

to this:

http://example.com/mylinks.html 

in ".htaccess" file, or alternative.

thank!

try this:

rewriteengine on rewritecond %{query_string} page=(.*) rewriterule ^$ %1 [l] 

Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -