Skip to content

Instantly share code, notes, and snippets.

@fredbsc
fredbsc / Search my gists.md
Created September 22, 2018 19:44 — forked from santisbon/Search my gists.md
How to search gists

Enter this in the search box along with your search terms:

Get all gists from the user santisbon.
user:santisbon

Find all gists with a .yml extension.
extension:yml

Find all gists with HTML files. language:html

@fredbsc
fredbsc / .htaccess
Created September 30, 2016 13:49 — forked from galileoguzman/.htaccess
.htaccess for laravel 4
# ----------------------------------------------------------------------
# ROOT/ folder .htaccess
# ----------------------------------------------------------------------
# Laravel Note:
# Note: Laravel is designed to protect your application code,
# and local storage by placing only files that are necessarily
# public in the public folder. It is recommended that you either
# set the public folder as your site's documentRoot (also known as a web root)
# or to place the contents of public into your site's root directory
# and place all of Laravel's other files outside the web root.