我工作在我的網站的htaccess。.htaccess雙變量的問題
我有這片.htacess的:
ErrorDocument 404 /404.html
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^/([a-zA-z0-9]+)/([a-zA-z0-9]+).html$ index.php?lang=$2&seo=$1 [QSA,L]
RewriteRule ^/([a-zA-z0-9]+).html$ index?seo=$1 [QSA,L]
什麼IAM與此的.htaccess看是這樣的:http://mywebsite.com/en/test-page.html
insted的的http://mywebsite.com/index.php?lang=en&seo=test-page
承擔數「恩」爲「郎」和「測試頁「as」seo「。
問題是,這會引發404錯誤。
有沒有辦法解決這個問題?
仍然收到404錯誤。 – Joscplan 2013-05-13 15:23:19