Created
November 30, 2016 04:44
-
-
Save luckyruby/3a3b46e34dcd440f0079817e94ec9fb2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<VirtualHost *:80> | |
ServerAdmin [email protected] | |
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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pls I want to build a social network with lavarel socialite I need help, any attention at all I will be glad