Hi I'm using Apache and have .htaccess like tihs. RewriteEngine on RewriteCond %{REQUEST_URI} !^/casastatus RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ dispatcher.php/$1 And I get requests like /dispatcher.php/cmd/somejob/1/XXXXXXXXXX I just want to send these requests to php-fpm becaue php application has url dispatcher and Apache canby Levanov - Php-fpm Mailing List - English
Hi I'm using Apache and have .htaccess like tihs. RewriteEngine on RewriteCond %{REQUEST_URI} !^/casastatus RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ dispatcher.php/$1 And I get requests like /dispatcher.php/cmd/somejob/1/XXXXXXXXXX I just want to send these requests to php-fpm becaue php application has url dispatcher and Apache caby Levanov - Migration from Other Servers