|
<link rel="stylesheet" type="text/css" href="<?= _CSS_.$css ?>" >
<?= _CSS_.$css ?> 打印出来是 ./application/views/css/welcome.css
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond $1 !^(index/.php|images|js|img|css|robots/.txt) // 在论坛里看见有人说要排除一些规则
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
但是效果依然没有出来,求助,感激不尽
|
|