有个站需要伪静态,但是启用伪静态就404错误,apache2.4,php5.6,mysql5.7,真心求助!
- RewriteEngine on
- RewriteCond $1 !^(index\.php|uploadfiles|update|apicache|templates|install|cache|backup|js/|robots\.txt|google\.xml|sitemap_baidu\.xml|favicon\.ico|xtaoAuth\.txt|xtaoAuth\.html|root\.txt|bdunion\.txt|baidu_verify_pssAMHgs9r\.html)
- RewriteRule ^(.+)$ index.php/$1 [L]
复制代码
|
|