Ok all working
I had setbaseurl on controller which was messing things up
--- Begin Message ---
Ok, I made this mod_rewrite work but

I have http://example.com/test/p/s/3214/123/   this url for example...  
and    request getParams() returns only array ( 'controller' => 'index',
'action' => 'index', 'module' => 'default', ) 
What I am doing wrong ? Does it have something todo with CGI?
--- Begin Message ---
Hi, using php 5.2.1 running as php5
I have following .htaccess file

AddType application/x-httpd-php5 .php

RewriteEngine on
RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php

problem is when I try to run

example.com

I get
The requested URL /example.com/www/root/index.php was not found on this
server.


And I see it is there..Was thinking this is perhaps of CGI or what..as I
have never had this problem before.
If I change index.php to something else... error messages changes so I
guess rewrite engine is actually working.


Any idea someone?

--- End Message ---

--- End Message ---

Reply via email to