daynedotnet/social-integration/master/.htaccess
# Make sure directory listing is disabled <IfModule mod_rewrite.c> Options +FollowSymLinks -Indexes RewriteEngine on # Send request via index.php RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L] # redirect to HTTPS # RewriteCond %{HTTPS} off # RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] </IfModule>
Files
