hi, the .htaccess file have the following content what should i change to
make it run.
<IfModule mod_rewrite.c>
RewriteEngine on
# If installing in a subdirectory then set the appropraite rewrite base
#RewriteBase /freetrial
RewriteRule ^$ webroot/ [L]
RewriteRule (.*) webroot/$1 [L]
</IfModule>
Regards
Syed Arsalan Pervez
SAPLogix
(www.saplogix.net)
On Thu, Jun 11, 2009 at 2:42 AM, Sam Sherlock <[email protected]>wrote:
> you may need to ensure that rewrites are non implemented for a certain
> directory
>
>
> RewriteRule (livezilla)/(.*) - [L]
> - S
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---