2014-04-10 14:48 GMT+02:00 John Drescher <dresche...@gmail.com>:
>>> About your /wizard/ page not found error, it looks that you are using
>>> subdir in document root for baculum/ directory. Please set your
>>> document root location in web server configuration file to baculum/
>>> directory (e.g. DocumentRoot /var/www/localhost/htdocs/baculum/)
>>>
>> You are correct baculum is a subdir of my document root in the exact
>> location that you mentioned.
>> I did not add the setting for DocumentRoot into apache2.2.25. I will
>> look into that.
>
> I still get /wizard was not found. There is no wizard folder anywhere
> in the download that I can find. Is this supposed to exist or is there
> some type of redirect that I am missing?

Hello,

/wizard/ is not location on Baculum structure. It is location that is
rewrited by using mod_rewrite web server module.

If you do not have support for mod_rewrite enabled, then it could
cause error similar for occured in your environment.

Please try to enable mod_rewrite. And please do not forget about
including directive:

AllowOverride All

in section of your host definition.

Best regards.
Marcin

>
> John

------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to