2013-07-04 68 views

回答

0

這應該適合你。將這添加到.htaccess文件中。

RewriteEngine on 
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteCond %{REQUEST_FILENAME} !-d 
RewriteRule ^([^/]+) /?action=$1&%{QUERY_STRING} [L]