快帮帮我看一下呀 以身相许啦
.htaccess 里面设置如下RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1
当我用伪静态
豆芽彻底疯了 13:13:00
http://127.0.0.3/welcome/ad
刚下载的 ci 2.13在 welcome 控制器下加一个ad 方法 之后进入页面 直接是一张图片1*1px 空白图片 大家也可是试试 我用的是wampserver
直接用手册里面的那个不用费事了 RewriteEngine on
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{REQUEST_FILENAME} !-l
RewriteCond $1 !^(index\.php|robots\.txt|swfupload|templates|fckeditor|uploads)
RewriteRule ^(.*)$ index.php/$1
页:
[1]