htaccess URL重新问题
我想要url既支持http://www.xxxx.com/meirong/,又要支持:http来4源gaodaimacom搞#代%码*网搞代gaodaima码
://www.xxxx.com/meirong 这两种链接
请问大家这样的伪静态要怎么写?
谢谢先………..
——解决方案——————–
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^([a-z]+)$ /$1/ [L,NC]
htaccess URL重新问题
我想要url既支持http://www.xxxx.com/meirong/,又要支持:http来4源gaodaimacom搞#代%码*网搞代gaodaima码
://www.xxxx.com/meirong 这两种链接
请问大家这样的伪静态要怎么写?
谢谢先………..
——解决方案——————–
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^([a-z]+)$ /$1/ [L,NC]