CakePHP and NearlyFreeSpeech.net -


how set allowoverride on nearlyfreespeech.net? i'm trying follow instructions @ within cakephp, in routes.php '/' (base path) works. other url 404 page not found resolve problems described therein.

so far, i've had following when moving out of wamp development environment:

  • refer controller names correct case
  • change name of server in configuration file
  • add cakephp-related files web group

the solution follows:

  1. copy files on working environment (or export source control tool) new folder on nearlyfreespeech.net (nfs.net). let's call new folder "abc".
  2. import database nfs.net.
  3. configure database settings necessary on nfs.net version of site.
  4. add abc folder , in web group.
  5. go .htaccess file in /home/public/abc , add "rewritebase /abc" under "rewriteengine on".
  6. add "rewritebase /abc/app" .htaccess in /home/public/abc/app , add "rewritebase /abc/app/webroot" 1 in /home/public/abc/app/webroot.

Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -