Currently the default path install the XAMPP bundle is in /opt directory. I need to change that to my Home folder.
I tried using tar xvfz xampp-linux-1.8.1.tar.gz -C ~ but when I start lampp there are some errors. It looks the default path is hard-coded in the script itself!
How can I achieve what I need?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
|
||||
/var/www/htmlfolder to be in home (or the equivalent of that in XAMPP)? If so... symlink it to home ;) – Rinzwind Nov 20 '12 at 9:05