Witam.
Moglbym rownież prosić o przepisanie kilku regulek pod nginx ? Ten encoder co tu widzialem wyzej w postach nei radzi sobie z tym..
RewriteEngine On
Options +FollowSymLinks
RewriteRule ^i/w([0-9]+)/(.*)$ images/img.php?width=$1&img=$2 [L]
RewriteRule ^images/(.*)$ images/$1 [L]
RewriteRule ^js/(.*)$ js/$1 [L]
RewriteRule ^css/(.*?)$ css/$1 [L]
RewriteRule !\.(php)$ index.php
Order Allow,Deny
Allow from all
z gory dzieki