View Single Post
Old 04-19-2005, 09:04 AM   #8 (permalink)
Johan007
v7n Mentor
 
Johan007's Avatar
 
Join Date: 10-15-03
Posts: 1,932
iTrader: 0 / 0%
Latest Blog:
None

Johan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to all
Quote:
Originally Posted by WhatiFind
Try using a mod_rewrite module into .htaccess. This forces the server to create static links instead of dynamic ones, ./?page=something could look like /something.php or anything else.
You could try something like this
Code:
RewriteEngine on RewriteRule ^index([0-9]+)\.php$ /?page=$1 [L]
There is no real need to disrupts the natural url structure. Helps in debugging when your URL is not re-written and tells Search Engines you have dynamic content which is not a bad thing.
__________________
work: Read Movie Review at www.FutureMovies.co.uk
personal: my blog

Last edited by Johan007 : 04-19-2005 at 09:09 AM.
Johan007 is offline   Reply With Quote