Re: Mod_Rewrite problem...

2008-07-11 Thread Hitsugaya
out, hope is can return the favor sometime. Cheers! On 8 jul, 19:37, Hitsugaya [EMAIL PROTECTED] wrote: I've been trying, yet again, to get mod_rewrite to work. Now i've gome accros something that is to me (begin a apache AND mod_rewrite noob) quite strange: I have the following file: C

Re: Mod_Rewrite problem...

2008-07-08 Thread Hitsugaya
and not the local IIS install? with the index.php file in webroot, it'd be unlikely to get a directory listing. On Mon, Jul 7, 2008 at 4:07 PM, Hitsugaya [EMAIL PROTECTED] wrote: Hello all, im a new CakePHP user. Im setting up for my first project, but im running into some trouble

Re: Mod_Rewrite problem...

2008-07-08 Thread Hitsugaya
I think they are. Just to be sure...there are .htaccess files in: C:/Program Files/Apache Group/Apache2/htdocs/cakePHP (the root folder of cakePHP). Content: IfModule mod_rewrite.c RewriteEngine on RewriteRule^$ app/webroot/[L] RewriteRule(.*) app/webroot/$1 [L] /IfModule

Re: Mod_Rewrite problem...

2008-07-08 Thread Hitsugaya
? I think that something is wrong with that file but i don't know what. Help would be GREATLY appriciated! On 8 jul, 14:38, Hitsugaya [EMAIL PROTECTED] wrote: I think they are. Just to be sure...there are .htaccess files in: C:/Program Files/Apache Group/Apache2/htdocs/cakePHP (the root

Mod_Rewrite problem...

2008-07-07 Thread Hitsugaya
Hello all, im a new CakePHP user. Im setting up for my first project, but im running into some trouble with mod_rewrite. Now for the problemwhen i use: http://localhost/ i get a list of the files from: C:/Program Files/Apache Group/Apache2/htdocs/cakePHP/app/webroot/ If mod_rewrite was