乌版图 去掉index.php,如何从UBUNTU中的codeigniter中删除index.php

参见英文答案 >

How to remove “index.php” in codeigniter’s path25个

我知道这个问题已经被问了,我试过所有这些,但仍然无法从url中删除index.PHP.

这是我的细节

Ubuntu 12.10

PHP : 5.4.6

Mod_rewrite in on

CI verson: 2.1

看起来像:

RewriteEngine On

RewriteBase /projectname

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$index.PHP/$1 [L]

我的“/ etc / apache2 / sites-available / default”如下所示:

ServerAdmin webmaster@localhost

DocumentRoot /var/www

Options FollowSymLinks

AllowOverride None

Options Indexes FollowSymLinks MultiViews

AllowOverride All

Order allow,deny

allow from all

ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/

AllowOverride None

Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch

Order allow,deny

Allow from all

ErrorLog ${APACHE_LOG_DIR}/error.log

# Possible values include: debug,info,notice,warn,error,crit,# alert,emerg.

LogLevel warn

CustomLog ${APACHE_LOG_DIR}/access.log combined

任何帮助赞赏!

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值