Created
April 25, 2018 20:08
-
-
Save PascaleBeier/b3cd2cb02106a1b91b7211c16f153a3f to your computer and use it in GitHub Desktop.
TYPO3 Caddyfile
This file contains 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
pascalebeier.test:80 | |
tls off | |
on startup C:\tools\php72\php-cgi.exe -b 6545 & | |
fastcgi / 127.0.0.1:6545 php | |
rewrite { | |
if {path} not_match ^\/typo3 | |
to {path} {path}/ /index.php?{query} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment