1

我阅读了很多关于这个主题的主题,但没有一个有用。

首先我分享我的配置:

虚拟主机文件:

<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> 

.htaccess 文件:

RewriteEngine on
RewriteCond $1 !^(index\.php|assets|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L] 

配置文件:

$config['index_page'] = '';
$config['uri_protocol'] = 'AUTO'; 

我试图用这些 4 解决方案替换 Auto 但没有奏效。'PATH_INFO' 'QUERY_STRING' 'REQUEST_URI' 'ORIG_PATH_INFO'</p>

我的应用程序骨架是:

CodeIgniter index.php 重写问题

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

感谢您帮助我仍在与我的朋友谷歌搜索解决方案。(对不起我的英语不好)

4

0 回答 0