firebug->network->response:
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /conjoon/default/registry/get.entries/format/json was not found on this server.
firebug->network->response:
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /conjoon/default/registry/get.entries/format/json was not found on this server.
Any Suggestions? thanks.
</p>
Looks like the "base_url" in the config.ini.php is not properly configured. Is it set to "conjoon" (since it seems you want to access the app out of the folder "conjoon")? Did you use the install wizard? Is mod_rewrite for your apache installed?
Looks like the "base_url" in the config.ini.php is not properly configured. Is it set to "conjoon" (since it seems you want to access the app out of the folder "conjoon")? Did you use the install wizard? Is mod_rewrite for your apache installed?
What is the value for "RewriteBase" in the file ".htaccess" in the root folder of conjoon?
You can try to copy/paste the contents of .htaccess directly in your server config, but check first if you are allowed to override configuration settings using .htaccess. Probably the file is ignored.
What is the value for "RewriteBase" in the file ".htaccess" in the root folder of conjoon?
You can try to copy/paste the contents of .htaccess directly in your server config, but check first if you are allowed to override configuration settings using .htaccess. Probably the file is ignored.
yes,I got it. In file httpd.conf "AllowOverride" section is set to NONE,I change it to ALL,it works.
thanks very much.
Can you tell me which IDE are you using on this project?
Thanks.
I'm using UltraEdit - I tried Eclipse with various plugins during my career as a developer but always turned back to UltraEdit since it's so fast - so nothing fancy here.
Other than that, I'm using SVN as the vcs, trac as the wiki/bugtracker along with bitten, a continuous integration plugin. Phing is responsible for the build process.