当前位置:论坛首页 > Linux面板 > 求助

apache伪静态出错?

发表在 Linux面板2017-4-26 02:00 [复制链接] 3 2093

本帖最后由 poil 于 2017-4-26 02:01 编辑

CentOS6.5x64  apache 2.4.25+php5.5+mysql5.6
不管是否保留程序的.htaccess,都出错,删除.htaccess,就空白页,如用程序的.htaccess就出错!(个人怀疑是否伪静态



但在其他控制面板同环境下没有问题!

程序的.htaccess内容
-----------------------
# Turn on URL rewriting
RewriteEngine On

php_flag magic_quotes_gpc On
php_flag safe_mode On

# Installation directory
RewriteBase /

# Protect hidden files from being viewed
<Files .*>
        Order Deny,Allow
        Deny From All
</Files>


RewriteRule ^manage/      manage.php [L]

# Protect application and system files from being viewed
RewriteRule ^(?:WEB-INF|vhost)\b.* index.php/$0 [L]

# Allow any files or directories that exist to be displayed directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule ^(.*)\.(jpg|jpeg|gif|png|bmp)$ /assets/images/white_space.gif [NC]

# Rewrite all other URLs to index.php/URL
RewriteRule .* index.php/$0 [PT]

RewriteEngine on
RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
RewriteRule .* - [F]
使用道具 举报 只看该作者 回复
发表于 2017-4-26 09:38:01 | 显示全部楼层
你的程序是运行在网站根目录吗?如果不是要把.htaccess丢到你程序运行目录才行
使用道具 举报 回复 支持 反对
发表于 2017-4-26 09:42:00 | 显示全部楼层
程序是确定运行在网站根目录!.htaccess也在根目录上
使用道具 举报 回复 支持 反对
发表于 2017-4-27 17:36:12 | 显示全部楼层
宝塔伪静态支持有问题的,,,我也遇到用其他集成环境都可以,唯独宝塔不可以
使用道具 举报 回复 支持 反对
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

普通问题处理

论坛响应时间:72小时

问题处理方式:排队(仅解答)

工作时间:白班:9:00 - 18:00

紧急运维服务

响应时间:3分钟

问题处理方式:宝塔专家1对1服务

工作时间:工作日:9:00 - 18:30

宝塔专业团队为您解决服务器疑难问题

立即付费处理

工作时间:09:00至24:00

快速回复 返回顶部 返回列表