Path information [message #854] |
Sat, 26 May 2007 15:37 |
mahanare
Messages: 2 Registered: May 2007 Location: Hyderabad
|
Junior Member |
|
|
Hi,
I see references to F:\Apache2 many places, many times include_path not containing enough information on the paths, causing errors (for missing files).
Is there a better way of customizing radicore framework? like custom apache location, and radicore location etc.
|
|
|
Re: Path information [message #855 is a reply to message #854] |
Sat, 26 May 2007 16:52 |
AJM
Messages: 2367 Registered: April 2006 Location: Surrey, UK
|
Senior Member |
|
|
If you follow the installation instructions you will see that you are supposed to change all path information in the htaccess file to suit your particular environment. This also goes for the batch.ini files when running batch jobs.
You can then install radicore in whatever directory you want without any problem.
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
|
|
|
Re: Path information [message #856 is a reply to message #855] |
Sat, 26 May 2007 17:12 |
mahanare
Messages: 2 Registered: May 2007 Location: Hyderabad
|
Junior Member |
|
|
Thanks
Got it,
Though i have added the paths correctly in htaccess.txt file, it didnt reflect properly because the httpd.conf
I placed the code into a different directory and created an aliase for it. I was supposed to keep "AllowOverride All" for this directory. instead of the apache standard directory (because i am not placing my code in apache\htdocs folder).
Alias /radicore D:/workarea/php/radicore
<Directory "D:/workarea/php/radicore">
AllowOverride All
Order allow,deny
Allow from all
</Directory>
I am working on creating a php\mysql based portal for a charity organization. I needed role based access, workflow management etc.
I think radicore has these functionalities. I am yet to figure out how i can re-use or use these functionalities into my portal.
-Harinath
|
|
|