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
Post a Comment