我在我的笔记本电脑 (C:\EasyPHP\www) 的 root easyphp 中使用 codeigniter 编写了一个站点,现在我将它转移到 PC 的 root easyphp (C:\EasyPHP\www\sample) 中的一个文件夹。现在它显示“找不到对象!”
这是过程
RewriteEngine on
RewriteCond $1 !^(index\.php|css|js|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]
我在我的笔记本电脑 (C:\EasyPHP\www) 的 root easyphp 中使用 codeigniter 编写了一个站点,现在我将它转移到 PC 的 root easyphp (C:\EasyPHP\www\sample) 中的一个文件夹。现在它显示“找不到对象!”
这是过程
RewriteEngine on
RewriteCond $1 !^(index\.php|css|js|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]