Having major problems getting a URL re-write to work correctly. It should be something like this: www.domain.com/1234/Name > www.domain.com/page.php?id=1234 Rewrite rule: PHP: RewriteRule ^([0-9]+)/(.*)$ page.php?id=$1 It brings the page/data up OK - but not the stylesheet info, so it's not displaying correctly. Also, all links on the page now have /1234/ in front of them (e.g. /1234/link.php - Should be link.php) Anyone got any ideas? Thanks!