File name: .htaccess

RewriteEngine on
RewriteRule ^servers_info/([0-9\.]+):([0-9.]+)/$ server\.php?ip=$1&port=$2 [L]

File name: server.php

<?php
print_r($_GET);

Add new comment

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.