In httaccess file added this <IfModule mod_rewrite.c> RewriteEngine on RewriteRule ^~(.*) content_pages/displayurl/$1 [L] RewriteRule ^$ app/webroot/ [L] RewriteRule (.*) app/webroot/$1 [L] </IfModule>
change in apache httpd.config file Inside Xampp.. C:\xampp\apache\conf\httpd.config change LoadModule rewrite_module modules/mod_rewrite.so -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
