08.31 php saved
phpcurious
Tags add more
alias, cakephp and 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.
  1. Alias /collection  "/var/www/html/site/joe/getz/webroot"
  2. <Directory "/var/www/html/site/joe/getz/webroot">
  3.     Options Indexes FollowSymLinks Multiviews
  4.     AllowOverride All
  5.     Order Allow,Deny
  6.     Allow from all
  7. </Directory>
  8.  
  9.  
  10.  
Parsed in 0.011 seconds, using GeSHi 1.0.7.14

Modify this Paste