全球主机交流论坛's Archiver
论坛
›
Web技术
› 求.htaccess转httpd.ini
xspoco
发表于 2010-8-18 00:28:10
求.htaccess转httpd.ini
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php
</IfModule>yc002t
GG了半天 找不到答案...
页:
[1]
查看完整版本:
求.htaccess转httpd.ini