PHP
5
Вклад в тег
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/image\/.*$
RewriteRule ^.*$ imageWrapper.php [NC,L]
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
...
xdebug.profiler_enable=1
xdebug.profiler_output_dir="d:\web\debug"
...