ideeliah

Results 2 comments of ideeliah

/OpenVBX/config/config.php $config['index_page'] = ''; Nginx server: Put the following directly ABOVE php directive. Example: ``` location / { index index.php; if (!-e $request_filename){ rewrite ^/(.*) /index.php?vbxsite=$1; } } location ~...

htaccess to nginx converter http://winginx.com/en/htaccess