View Single Post
  #3 (permalink)  
Old 03-26-2008, 11:04 AM
lucasm's Avatar
lucasm lucasm is offline
Junior Member
 
Join Date: Mar 2008
Location: Įguas Claras-DF, Brazil
Posts: 17
Question Same problem

Guys,

I have the same trouble!!!
I tried a lot of examples and tutorials but this error occurs in each one.

My index route works well but no one other route works.

http://192.168.203.128/demos/conta/ (base dir) this one works
http://192.168.203.128/demos/conta/user/ this one doesn't work
http://192.168.203.128/demos/conta/error/ this one doesn't work

I put the rewrite (.htaccess) as I red in the docs...
Code:
RewriteEngine on
RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php
...and my mod_rewrite is loading:
Code:
Loaded Modules 	core mod_log_config mod_logio prefork http_core mod_so mod_alias mod_auth_basic mod_authn_file 
mod_authz_default mod_authz_groupfile mod_authz_host mod_authz_user mod_autoindex mod_cgi 
mod_dir mod_env mod_mime mod_negotiation mod_php5 mod_rewrite mod_setenvif mod_status
I know this is a ultra-basic problem... but I couldn't resolve it by myself.

cheers,
__________________
Lucas Mauricio C. e Martins
CR Vasco da Gama, my biggest passion!

Ajude a Combater o Spam! - Help fighting spam!
Reply With Quote