• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

SymLinks for ecommerce

J

JoeBoo

Guest
this saved me a whole buch of trouble and the hassle of uploading a second copy of my sites......Thanks to hostcorp...
Code:
cd /home/httpd/vhosts/domain.com
rm -rf ./httpsdocs
ln -s ./httpdocs ./httpsdocs
echo "Options +FollowSymLinks" > .htaccess
 
Back
Top