0
我已經中/home/domain/public_html/subfolder
的.htaccess URL重寫笨不工作
RewriteEngine on
RewriteBase/
RewriteCond $1 !^(index\.php|user_guide|robots\.txt)
RewriteRule ^(.*)$ public/index.php?/$1 [L]
以下.htaccess
但這不起作用http://domain.com/subfolder/
文件不存在:
/home/domian/public_html/public
我顯然有我的重寫規則搞砸了。整個CI應用程序位於Web根目錄的子文件夾中。
/home/domain/public_html/subfolder
[[email protected] subfolder]$ ls
application license.txt public system user_guide
and index.php is public。