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 -

c++ - How to test/verify that zero-initialization takes place -

node.js - Webpack/TypeScript Raising Errors When node_modules is Excluded -