Posted - 02/07/2018 : 08:00:06
Thank you for looking into this URL. Still having issues ...
VSADMIN - Main settings Store URL: recordingstore.com HTTPS Store URL: https://recordingstore.com
.htaccess file: IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST> order deny,allow deny from all allow from all </Limit> <Limit PUT DELETE> order deny,allow deny from all </Limit> AuthName recordingstore.com
Options +FollowSymlinks RewriteEngine on rewritecond %{http_host} ^recordingstore.com [nc] rewriterule ^(.*)$ https://recordingstore.com/$1 [r=301,nc]
|