08.31
php
saved
phpcurious
Note
when I use $this->redirect(), cakephp doesn't redirect to the page properly because the framework is not installed in documentroot and it's just being installed in subdir of the documentroot.
when I use $this->redirect(), cakephp doesn't redirect to the page properly because the framework is not installed in documentroot and it's just being installed in subdir of the documentroot.
- Alias /collection "/var/www/html/site/joe/getz/webroot"
- <Directory "/var/www/html/site/joe/getz/webroot">
- Options Indexes FollowSymLinks Multiviews
- AllowOverride All
- Order Allow,Deny
- Allow from all
- </Directory>
Parsed in 0.011 seconds, using GeSHi 1.0.7.14