10 2013 档案

CI框架CodeIgniter伪静态各种服务器设置
摘要:Apache服务器.htaccess伪静态设置RewriteEngine on RewriteCond $1 !^(index\\.php|system\\.php|images|skin|js|ls|swfupload|attachment|application|robots\\.txt) RewriteRule ^(.*)$ /fx/index.php/$1 [L]Nginx服务器伪静态设置location / { root /var/www/html/; index index.html index.htm index.php; if ... 阅读全文

posted @ 2013-10-10 23:25 一个石头 阅读(1849) 评论(0) 推荐(0)