$output = str_replace('href=/"', 'href="http://mysite.ru/', $input);
$output = str_replace('src=/"', 'href="http://mysite.ru/', $input);
server {
client_max_body_size 256m;
root /usr/share/phpmyadmin;
index index.html index.php;
error_log /home/owner/pma-error.log;
charset utf8;
source_charset utf8;
server_name pma.localhost www.pma.localhost;
location / {
try_files $uri $uri/ /index.html /index.php;
}
location ~ \.php$ {
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
}
location ~ /\.ht {
deny all;
}
}
Настройки скорее всего живы, т.к. умирающие флешки встают в readonly перед тем, как умереть.