/~gray/draft/path_info/index.php/about/company
/~gray/draft/path_info/index.php
/~gray/draft/path_info/
/~gray/draft/path_info/about/company

Mode with PATH_INFO

Base URL: /~gray/draft/path_info/index.php

/~gray/draft/path_info/index.php/about/company
/~gray/draft/path_info/style/default.css
Is it OK?
<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ index.php/$1 [L,QSA]
</IfModule>

Array
(
    [PHP_FCGI_MAX_REQUESTS] => 25000
    [PATH] => /usr/local/bin:/usr/bin:/bin
    [PHPRC] => /etc/php5/cgi
    [PWD] => /var/www/fcgi-bin.d/gray
    [FCGI_ROLE] => RESPONDER
    [REDIRECT_HANDLER] => php-fcgi
    [REDIRECT_STATUS] => 200
    [HTTP_X_CC_ID] => ccc02-01
    [HTTP_HOST] => www.bunker.org.ua
    [HTTP_USER_AGENT] => CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
    [HTTP_ACCEPT] => text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
    [HTTP_ACCEPT_LANGUAGE] => en-us,en;q=0.5
    [HTTP_ACCEPT_ENCODING] => gzip
    [HTTP_ACCEPT_CHARSET] => ISO-8859-1,utf-8;q=0.7,*;q=0.7
    [HTTP_CONNECTION] => close
    [HTTP_CACHE_CONTROL] => no-cache
    [HTTP_PRAGMA] => no-cache
    [HTTP_COOKIE] => SESS3d1489d0f67406c39885550c36ddfd7c=vahibmdepn7r2efasghbd3ju40; SESS70bddb1b9a6f26673480352bb1a48f68=fbuvdbn9gdn6qn36jp8086kat7
    [SERVER_SIGNATURE] => <address>Apache/2.2.16 (Debian) Server at www.bunker.org.ua Port 80</address>

    [SERVER_SOFTWARE] => Apache/2.2.16 (Debian)
    [SERVER_NAME] => www.bunker.org.ua
    [SERVER_ADDR] => 195.214.214.53
    [SERVER_PORT] => 80
    [REMOTE_ADDR] => 38.107.179.216
    [DOCUMENT_ROOT] => /var/www/bunker.org.ua/
    [SERVER_ADMIN] => [no address given]
    [SCRIPT_FILENAME] => /var/www/bunker.org.ua/~gray/draft/path_info/index.php
    [REMOTE_PORT] => 46082
    [REDIRECT_URL] => /~gray/draft/path_info/index.php/about/company
    [GATEWAY_INTERFACE] => CGI/1.1
    [SERVER_PROTOCOL] => HTTP/1.1
    [REQUEST_METHOD] => GET
    [QUERY_STRING] => 
    [REQUEST_URI] => /~gray/draft/path_info/index.php/about/company
    [SCRIPT_NAME] => /~gray/draft/path_info/index.php
    [PATH_INFO] => /about/company
    [PATH_TRANSLATED] => /var/www/bunker.org.ua/about/company
    [ORIG_PATH_INFO] => /~gray/draft/path_info/index.php/about/company
    [ORIG_SCRIPT_NAME] => /fcgi-bin/gray/php-fcgi-wrapper
    [ORIG_SCRIPT_FILENAME] => /var/www/fcgi-bin.d/gray/php-fcgi-wrapper
    [ORIG_PATH_TRANSLATED] => /var/www/bunker.org.ua/~gray/draft/path_info/index.php/about/company
    [PHP_SELF] => /~gray/draft/path_info/index.php/about/company
    [REQUEST_TIME] => 1337594211
)