Skip to content

Instantly share code, notes, and snippets.

@luckyruby
Created November 30, 2016 04:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luckyruby/3a3b46e34dcd440f0079817e94ec9fb2 to your computer and use it in GitHub Desktop.
Save luckyruby/3a3b46e34dcd440f0079817e94ec9fb2 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin info@luckyruby.com
ServerName luckyruby.com
ServerAlias www.luckyruby.com
DocumentRoot /var/www/luckyruby
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/luckyruby>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
RewriteEngine on
RewriteCond %{SERVER_NAME} =luckyruby.com [OR]
RewriteCond %{SERVER_NAME} =www.luckyruby.com
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,QSA,R=permanent]
</VirtualHost>
@smoochpapa
Copy link

Pls I want to build a social network with lavarel socialite I need help, any attention at all I will be glad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment