Alias /subdirectory /path/to/real/subdirectory
This is my cheat sheet if I have to look back for an answer for problems. You're welcome to add or comment the answer.
Thursday, December 20, 2012
Apache subfolder setup
This tutorial is explain how to setup a subfolder but the location is not inside the html folder, instead, it can be located parallel to the html
Wednesday, December 19, 2012
How to setup cron for ELIS RLIP
This tutorial is to set cron to run every 5 minutes for the ELIS RLIP block
#crontab -e
then enter line below
5 * * * * nice php /mnt/data/www/pathtomoodle/blocks/rlip/rlip_cron.php >/dev/null 2>&1
#crontab -e
then enter line below
5 * * * * nice php /mnt/data/www/pathtomoodle/blocks/rlip/rlip_cron.php >/dev/null 2>&1
Subscribe to:
Posts (Atom)