1
http://mysite/products/create笨錯誤,文件不存在
Not Found
The requested URL /products/create was not found on this server.
Apache/2.2.16 (Debian) Server at site5.example.com Port 80
從服務器錯誤=>
[Sun Aug 28 23:51:45 2011] [error] [client 127.0.0.1] File does not exist: /var/www/CodeIgniter_2.0.2/products
routes.php文件=>
$route['default_controller'] = 'products';
$route['404_override'] = '';
我會怎麼做?
爲什麼會出現此錯誤?
在對笨=>
<VirtualHost *:80>
ServerAdmin [email protected]
ServerName mysite.com
DocumentRoot /var/www/CodeIgniter_2.0.2
<Directory /var/www/CodeIgniter_2.0.2>
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
allow from all
</Directory>
</VirtualHost>
你是什麼意思.htaccess重寫?我編輯了原始問題帖子。看到了。 – shibly