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
rout.php =>
$route['default_controller'] = 'products';
$route['404_override'] = '';
Что бы я сделал?
Почему эта ошибка?
В файле .htaccess CodeIgniter_2.0.2 =>
Deny from all
виртуальный хост для codeigniter =>
<VirtualHost *:80>
ServerAdmin webmaster@localhost
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>