Apache nie wiadomo czemu nie obsługuje poprawnie plików .htaccess, w tym pliku mam:
Code: Select all
RewriteEngine on
RewriteCond $1 !^([a-zA-z0-9/])
RewriteRule ^(.*)$ index.php [L]
RewriteCond $1 !^(index.php|images|robots.txt|system|user_guide)
RewriteRule ^(.*)$ index.php/$1 [L]http://localhost/~adam/workspace/CodeIgniter wyświetla się:
Podczas gdy już na http://localhost/~adam/workspace/CodeIgniter/index.php skrypt działa poprawnie.Not Found
The requested URL /home/adam/public_html/workspace/CodeIgniter/index.php was not found on this server.
Apache Server at localhost Port 80
W czym tkwi problem?
