Skip to content

Instantly share code, notes, and snippets.

@kenmickles
Created September 18, 2015 16:40
Show Gist options
  • Save kenmickles/f8276551a64ec61f628a to your computer and use it in GitHub Desktop.
Save kenmickles/f8276551a64ec61f628a to your computer and use it in GitHub Desktop.
Apache config to view source of .php files
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