我怎麼能寫htaccess的笨用於項目是我的htaccess代碼域名url後重復域名?下面
RewriteEngine on
RewriteCond %{HTTP_HOST} ^(.*)\.generaltechuae\.com
RewriteRule ^(.*)$ http://generaltechuae.com/%1/$1 [L,NC,QSA]
我的域名地址是http://www.generaltechuae.com/, 我不能http://www.generaltechuae.com/index.php/aboutus進入內頁。 但我可以通過http://www.generaltechuae.com/generaltechuae/index.php/aboutus
,也可以訪問我們頁附上了我的配置參數
$config['base_url'] = '';
$config['index_page'] = 'index.php';
$config['uri_protocol'] = 'AUTO';
爲什麼generaltechuae是域名地址後重復
有人能幫助我如何解決這個問題?
謝謝。