จากตัวอย่าง
จากเดิมอยู่ในรูป [url=http://www.webpage007.com/homepage.php?web=00000000003&web-class=class-1]www.webpage007.com/homepage.php?web=00000000003&web-class=class-1[/url]
ให้อยู่ในรูป [url=http://www.webpage007.com/address-database/name-database.html]www.webpage007.com/address-database/name-database.html[/url]
เหมือนจะซ้ำซ้อนไปไม่ครับ เอาแบบใดแบบหนึ่งก็ได้ครับ
Rewrite
www.webpage007.com/00000000003/class-1.html 
url จริงๆ
www.webpage007.com/homepage.php?web=00000000003&web-class=class-1 
จาก
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)\/(.*)\.html$ homepage.php?web=$1&web-class=$2 [L]
</IfModule>
Rewrite
http://www.webpage007.com/NWF/www.MWFhost.com.html 
ตัวแปรที่ได้มา คือ $1 และ $2
$1=NWF
$2=www.MWFhost.com
ซึ่งจะอยู่ในรูปแบบนี้ homepage.php?web=$1&web-class=$2
RewriteRule ^(.*)\/(.*)\.html$ homepage.php?web=$1&web-class=$2
การดึงข้อมูลประมาณนี้ครับ หรือ เทพกว่านี้ก็ได้ครับ
$query_web = mysql_query("SELECT * FROM tb name WHERE name='".$_GET['web']."' and address='".$_GET['web-class']."'")
$result_web=mysql_fetch_array($query_web);
แล้วลองใช้คำสั่ง echo ดูครับ
echo $result_web['id'];
echo $result_web['name'];
echo $result_web['address'];
น่าจะประมาณนี้ครับ ปล.ผมก็เริ่ม งงๆ

ลองเรียบเรียงใหม่ดูน่ะครับ บางที่ค่าที่ออกมา อาจจะไม่เป็นตามที่ผมอธิบายก็ได้ครับ
แกรงจะมีปัญาที่ -http://www.webpage007.com/NWF/
ww.MWFhost.com.html