我使用linux和所有文件.html onpage: 没有数据库: 我想重定向一下:
http://example.com/?page=/mylinks.html
到此:
http://example.com/mylinks.html
在" .htaccess"文件或其他替代方案。
感谢!
答案 0 :(得分:0)
试试这个:
RewriteEngine On
RewriteCond %{QUERY_STRING} page=(.*)
RewriteRule ^$ %1 [L]