Plesk .htaccess Notes
I've recently been transferring a website to a Linux Plesk Server. I've run into a couple problems, and I'll be adding notes here on my blog..htaccess Notes:
If you have a line of "options" (ie. Options Indexes FollowSymLinks Includes), you should separate each option out into it's own line. The .htaccess line should look like this:
Options +Indexes
Options +FollowSymLinks
Options +Includes
-Ashton Sanders



0 Comments:
Post a Comment
<< Home