w krasnalu mam zielone piórko i wszystko normalnie działa oprócz tych URLi. Dokładnie chodzi o to że gdy w adresie mam ../index.php/wartoscn/ to wczytuje strone normalnie ale bez stylu, ale to pół biedy a jak mam ../index/wartoscn/ to mi pokazuje błąd 404. Mam konfiguracje w krasnali access.conf. Zawartość tego pliku to
Kod
#
# This is the default file for the AccessConfig directive in httpd.conf.
# It is processed after httpd.conf and srm.conf.
#
# To avoid confusion, it is recommended that you put all of your
# Apache server directives into the httpd.conf file and leave this
# one essentially empty.
#
<Directory />
order allow,deny
allow from all
Options Indexes Includes ExecCGI
</Directory>
<Directory /usr/Apache/httpd/html/*>
Options Indexes Includes ExecCGI
AllowOverride All
order deny,allow
allow from all
</Directory>
<Directory /usr/www/*>
Options Indexes ExecCGI Includes FollowSymLinks
order deny,allow
allow from all
AllowOverride All
</Directory>