网站首页 / 资讯 / 服务器/VPS/ 常规配置

Apache及NGINX如何配置伪静态隐藏“.php”后缀

作者:admin

Apache只需要在对应的.htaccess文件中写入

Options +MultiViews

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond %{REQUEST_FILENAME} !-f

RewriteRule ^([^\.]+)$ $1.php [NC,L]

nginx服务器的话只需要加入到规则

location / {

try_files $uri $uri/ $uri.php?$args;

}


标签: 伪静态隐藏php后缀
上一篇:数据库导出数据时报错 mysqldump: Error: 'Access denied;
下一篇:MYSQL数据库受损修复 innodb_force_recovery

相关内容

最近更新
相关产品
综合服务邮箱: magento2#foxmail.com