Created
September 18, 2015 16:40
-
-
Save kenmickles/f8276551a64ec61f628a to your computer and use it in GitHub Desktop.
Apache config to view source of .php files
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
RewriteEngine On | |
RewriteRule (.*\.php)s$ $1 [H=application/x-httpd-php-source] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment