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
|
|
|