ashleyjsands/fuel_finder/master/shared_hosting_files/.htaccess - Htaccess File

ashleyjsands/fuel_finder/master/shared_hosting_files/.htaccess

AddHandler fcgid-script .fcgi
Options +SymLinksIfOwnerMatch
RewriteEngine On
RewriteBase /
RewriteRule ^(media/.*)$ - [L]
RewriteRule ^(adminmedia/.*)$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ fuelfinder.fcgi/$1 [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache