【发布时间】:2012-09-15 02:34:16
【问题描述】:
我需要更改我的.htaccess 并且有两行我不明白。
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.+)$ index.php?url=$1 [QSA,L]
什么时候应该使用这些行?
【问题讨论】:
-
htaccess tutorial for beginnershelponnet.com/2021/04/15/htaccess-tutorial-for-beginers
标签: .htaccess