4 Star 0 Fork 0

Gitee 极速下载 / frogcms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/philippe/FrogCMS
克隆/下载
_.htaccess 689 Bytes
一键复制 编辑 原始数据 按行查看 历史
djreimer 提交于 2009-03-03 10:39 . Commented .htaccess file for new users.
#
# Setting Frog requirements
#
php_flag magic_quotes_gpc off
AddDefaultCharset UTF-8
Options -Indexes +FollowSymLinks
#
# Setting rewrite rules
#
<IfModule mod_rewrite.c>
RewriteEngine On
# Set next line to your Frog root - if not in subdir, then just /
RewriteBase /frog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
# Administration URL rewriting.
RewriteRule ^admin(.*)$ admin/index.php?$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
# Main URL rewriting.
RewriteRule ^(.*)$ index.php?PAGE=$1 [L,QSA]
</IfModule>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/frogcms.git
git@gitee.com:mirrors/frogcms.git
mirrors
frogcms
frogcms
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891