The problem is solved. I was missing to change AllowOverride from None
to All for the document root section.
One more thing, if u may help. I am using aliasing as:
Alias /cake12/ "D:/cake1.2/"
<Directory "D:/cake1.2">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
But when change AllowOverride to All, the application is now not
accessible and i m receiving "You don't have permission to access /
cake12/" message. I have also changed .htaccess RewriteBase /cake12/
but it does not solve the problem.
thanks and regards,
Ifti Khan.
On Jul 4, 8:46 pm, Ifti Khan <[EMAIL PROTECTED]> wrote:
> Thanks alot for ur reply.
>
> LoadModule rewrite_module modules/mod_rewrite.so line is uncommented
> in httpd.conf.
>
> I m using php5 on apache 2, windows xp. Is it ok?
>
> Ifti Khan
>
> On Jul 4, 6:09 pm, Smelly_Eddie <[EMAIL PROTECTED]> wrote:
>
> > I think you mean you want index.php? to not show in theurl?
>
> > That sounds like aproblemwith mod_rewrite. Make sure your apache
> > server has mod_rewrite enabled.
>
> > On Jul 3, 6:10 am, Ifti Khan <[EMAIL PROTECTED]> wrote:
>
> > > I baked anapplication. Now i can
> > > onlyaccessthroughurlhttp://myweb.com/myapplication/index.php/controller/action.
> > > i want to
> > > use remove index.php off. i changed .htaccess files and add
> > > RewriteBase /myapplication/ to all, but it does not work.
>
> > > Any one can help.
>
> > > Thanks and regards,
>
> > > Ifti Khan.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---