Submitted by rthomas on Tue, 02/07/2017 - 15:02 Pro Licensee
Customer has 2 directories under public_html
public_html files videos
"files" has an .htaccess file with one line Options Indexs it works fine
"videos" as a copy of the files .htaccess file same permissions and owner but we get this error message in the apache log
[Tue Feb 07 12:54:09 2017] [alert] [client 63.193.29.198] /home/sessisolutions_com/public_html/videos/.htaccess: Illegal option Indexs
Help
Status:
Active
Comments
Submitted by rthomas on Tue, 02/07/2017 - 15:03 Pro Licensee Comment #1
Submitted by andreychek on Tue, 02/07/2017 - 17:02 Comment #2
Howdy -- hmm, what is the output of these commands:
cat /home/sessisolutions_com/public_html/files/.htaccess
cat /home/sessisolutions_com/public_html/videos/.htaccess
Submitted by rthomas on Tue, 02/07/2017 - 17:19 Pro Licensee Comment #3
[root@va3 videos]# cat /home/sessisolutions_com/public_html/files/.htaccess Options Indexes [root@va3 videos]# cat /home/sessisolutions_com/public_html/videos/.htaccess Options Indexes
Submitted by rthomas on Tue, 02/07/2017 - 17:27 Pro Licensee Comment #4
Spelling.. sorry for the bother..
Submitted by andreychek on Tue, 02/07/2017 - 22:23 Comment #5
Hmm, I was busy being puzzled as to what the issue might be :-) Sounds like you guys figured it out then? That's good to hear!