CodeIgniter index.php URL重写OVH

CodeIgniter index.php URL重写OVH,php,.htaccess,rewrite,codeigniter-2,virtualhost,Php,.htaccess,Rewrite,Codeigniter 2,Virtualhost,我读了很多关于这个主题的文章,但是没有人工作 首先,我共享我的配置: Vhost文件: <VirtualHost *:80> ServerName lacangolf.raphaelaupee.fr DocumentRoot "/var/www/raphael/lacangolf/public_html" <Directory /var/www/raphael/lacangolf/public_html>

我读了很多关于这个主题的文章,但是没有人工作

首先,我共享我的配置:

Vhost文件:

<VirtualHost *:80>
        ServerName lacangolf.raphaelaupee.fr
        DocumentRoot "/var/www/raphael/lacangolf/public_html"
        <Directory /var/www/raphael/lacangolf/public_html>
                Options FollowSymLinks
                AllowOverride All
        </Directory>
        #ErrorLog
        #LogLevel warn
        ServerSignature Off
</VirtualHost> 
配置文件:

$config['index_page'] = '';
$config['uri_protocol'] = 'AUTO'; 
我试图用这4种解决方案来取代汽车,但都没有成功路径信息“”查询字符串“”请求URI“”原始路径信息“

我的申请是:

CodeIgniter index.php重写问题

|-application
|-system
|-public_html
  |-assets
  |-index.php
  |-.htaccess

谢谢你的帮助,我还在和我的朋友谷歌一起搜索解决方案。(很抱歉我的英语不好)

更新:尝试了我在那里共享的另一个配置
|-application
|-system
|-public_html
  |-assets
  |-index.php
  |-.htaccess