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
server { | |
server_name www.example.com example.com; | |
access_log /srv/www/www.example.com/logs/access.log; | |
error_log /srv/www/www.example.com/logs/error.log; | |
root /srv/www/www.example.com/public_html; | |
rewrite ^/([^/])/(.)(/?)$ /$1/index.php?q=$2&$args; | |
error_page 500 502 503 504 /50x.html; | |
location = /50x.html { |
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
server { | |
server_name www.example.com example.com; | |
access_log /srv/www/www.example.com/logs/access.log; | |
error_log /srv/www/www.example.com/logs/error.log; | |
root /srv/www/www.example.com/public_html; | |
rewrite ^/([^/])/(.)(/?)$ /$1/index.php?q=$2&$args; | |
error_page 500 502 503 504 /50x.html; | |
location = /50x.html { |
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
server { | |
server_name www.example.com example.com; | |
access_log /srv/www/www.example.com/logs/access.log; | |
error_log /srv/www/www.example.com/logs/error.log; | |
root /srv/www/www.example.com/public_html; | |
rewrite ^/([^/])/(.)(/?)$ /$1/index.php?q=$2&$args; | |
error_page 500 502 503 504 /50x.html; | |
location = /50x.html { |
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
<style> | |
.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width: 100% !important;} | |
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style] {width: 100% !important;} | |
</style> |
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
print print_r(array_keys($fields), 1); |
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
print print_r(array_keys($fields), 1); |
NewerOlder