configure subdomains with cakephp
I am creating a subdomain chat.sitio.com
but I do not understand why the error occurs internarl
I've been checking the htaccess and it seems I have to put in
the. htaccess directory the sigueinte chat lines to choose not
by rewrite
<IfModule mod_rewrite.c>
RewriteEngine off
</ IfModule>
but still not working ..
someone could guide me if I have to put a line in the
htaccess in the site root cake
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^ $ app / webroot / [L]
RewriteRule (. *) App / webroot / $ 1 [L]
</ IfModule>
I hope I can help
thanks
regards
--
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+unsubscribe@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en-US.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home