apache_conf 用于EE的HTACCESS模板
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf 用于EE的HTACCESS模板相关的知识,希望对你有一定的参考价值。
DirectoryIndex index.php
# EE Index Removal
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
# Removes index.php from ExpressionEngine URLs
RewriteCond %{THE_REQUEST} ^GET.*index\.php [NC]
RewriteCond %{REQUEST_URI} !/system-folder/.* [NC]
RewriteRule (.*?)index\.php/*(.*) /$1$2 [R=301,NE,L]
# Directs all EE web requests through the site index file
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L]
</IfModule>
# 301 Redirects
Redirect 301 /link http://website.com/new-link
以上是关于apache_conf 用于EE的HTACCESS模板的主要内容,如果未能解决你的问题,请参考以下文章
apache_conf 用于生成htaccess密码的Python脚本
apache_conf 这是用于定义自定义路由的示例.htaccess文件
apache_conf 必须启用postname permalinksApache重写模块的基本.htaccess文件 - 主要用于YeoPress
apache_conf .htaccess用于在html文件/ html中运行phpファイル内からphpを実行する为の.htaccess
apache_conf Bot Block .htaccess #htaccess #botblock
apache_conf 通过.htaccess(主.htaccess)保护wordpress网站