Advertisement
Guest User

Untitled

a guest
May 24th, 2018
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. bigleyho@69.195.124.145:~/public_html/testing$ cat .htaccess
  2. <IfModule mime_module>
  3. AddType application/x-httpd-ea-php56 .php .php5 .phtml
  4. </IfModule>
  5. bigleyho@69.195.124.145:~/public_html/testing$ sed -e "s,AddType application/x-httpd-ea-php[0-9][0-9] .php .php[0-9] .phtml,$brseven,g" .htaccess
  6. <IfModule mime_module>
  7. AddType application/x-httpd-ea-php70 .php .php7 .phtml
  8. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement