Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. # Synology PHP
  2. AddHandler default-handler .htm .html .shtml
  3. AddHandler php-fastcgi .php .php5
  4. AddType text/html .php .php5
  5. Action php-fastcgi /php70-fpm-handler.fcgi
  6. # Synology PHP
  7.  
  8. # Enable the rewrite engine
  9. RewriteEngine on
  10. RewriteCond %{REQUEST_FILENAME} !-f
  11. RewriteCond %{REQUEST_FILENAME} !-d
  12. RewriteRule ^(.+)$ index.php?title=$1 [L,QSA]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement