我究竟做错了什么?我有一个链接:
<a href="norma/something1/something2/something3/">Link Name</a>
我需要从以下地址填写地址:
eshop.mydomain.com/norma/something1/something2/something3/
这个地址:
eshop.mydomain.com/norma-something1-something2-something3.html
我唯一能做的就是
eshop.mydomain.com/?norma-something1-something2-something3.html
我需要隐藏问号,但我不知道如何:(
这是我的 .htaccess
#php_value memory_limit 256M
RewriteEngine On
RewriteBase /
RewriteRule /index.php / [R=301]
RewriteRule ^norma/([^/]+)/([^/]+)/([\d\.]+)$ %{DOCUMENT_ROOT}/index.php?$1-$2&-$3.html [L,QSA]
ErrorDocument 404 /doc/e404/