Created
February 5, 2018 14:17
-
-
Save linneudm/b09e500c7c067c8580a6b1c5b08f3507 to your computer and use it in GitHub Desktop.
.htaccess
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
AddHandler fcgid-script .fcgi | |
RewriteEngine On | |
RewriteCond %{REQUEST_FILENAME} !-f | |
RewriteRule ^(.*)$ index.fcgi/$1 [QSA,L] | |
AddHandler fcgid-script .php |
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
AddHandler fcgid-script .fcgi | |
RewriteEngine On | |
RewriteCond %{REQUEST_FILENAME} !-f | |
RewriteRule ^(.*)$ index.fcgi/$1 [QSA,L] | |
AddHandler fcgid-script .php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment