Advertisement
Guest User

Untitled

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