You use mod_rewrite
Code:
RewriteEngine On
RewriteBase /
RewriteRule ^PAGE/(.*)/$ /PAGE.php?id=$1 [NC,L]
RewriteRule ^PAGE/(.*)$ /PAGE.php?id=$1 [NC,L]
Add this to you .htaccess
and for each page you want to do this on you have to add
Code:
RewriteRule ^PAGE/(.*)/$ /PAGE.php?id=$1 [NC,L]
RewriteRule ^PAGE/(.*)$ /PAGE.php?id=$1 [NC,L]
for each page.
Then have your navigation and links pointing to the page/somethign urls
The only real benifit i find about this is Search Engine Friendly.
Hope this helps,
Talkupation Apprieciated 
Dan 
__________________
Discounted Web Hosting With XDnet! >> Get 25% of hosting~ Promo: Webmaster-talk <<
|