分享几条伪静态规则的写法 .htaccess
- RewriteEngine on #打开URL重写
- RewriteCond %{HTTP_HOST} ^([a-z0-9-]+).yule.me$ #配置HOST里面的东东,比如www.yule.me
- #RewriteCond %{HTTP_HOST} !^(www).yule.me$ #配置为www打头就不去URL重写
- RewriteCond %{REQUEST_URI} !^/images(.*)$ #REQUEST_PATH中/images不重写
- RewriteCond %{REQUEST_URI} !^/style(.*)$
- RewriteCond %{REQUEST_URI} !^/js(.*)$
- RewriteCond %{REQUEST_URI} !^/script(.*)$
- RewriteCond %{REQUEST_URI} !^/(.*).html$ #REQUEST_PATH中静态部分不用重写
复制代码
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论