Hello, I have the .htaccess file setup so that it makes cakephp work fine. The problem is that I also want to add a blog to the website at /blog, ie blog.websitename.com. The folder is in /blog.
My .htaccess file info is below, what do I need to do to make the blog.websitename.com work? <IfModule mod_rewrite.c> RewriteEngine on RewriteCond $1 !^favicon.ico RewriteCond $1 !^sitemap.xml RewriteRule ([^/]*)(.*) app/webroot/$1$2 [L] </IfModule> Thank you. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
