My cake with apps, are stored in /cakephp and I have my webroots in /
public_html/FOLDER, well the problem is I can't seem to get my
htaccess to work. I don't exactly grasp the htaccess process, so after
doing some searching my htaccess in my webroot looks like this

RewriteEngine on
RewriteRule sub$ /Prizecove/ [L]
RewriteRule ^$ Prizecove/webroot/ [L]
RewriteRule (.*) Prizecove/webroot/$1 [L]

However this pops up asking for a www controller xD, any help on
getting folders to work as webroots.

Missing Controller

Error: WwwController could not be found.

Error: Create the class WwwController below in file: app/controllers/
www_controller.php

<?php
class WwwController extends AppController {

        var $name = 'Www';
}
?>

Notice: If you want to customize this error message, create app/views/
errors/missing_controller.ctp
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to