View Single Post
Old 07-16-2008, 07:07 PM   #10 (permalink)
CMellor
The Acquainted
Upcoming Programmer 
 
CMellor's Avatar
 
Join Date: Sep 2007
Location: Leeds, UK
Posts: 141
Thanks: 6
CMellor is on a distinguished road
Default

Hey, try:

Quote:
RewriteEngine On
RewriteRule ^p/([^/]*)/$ /MoreInfo.php?p=$1 [L]
Maybe add a base tag inside the <head> tag:

Code:
<base href="http://www.yoursite.com" />
and see if that helps. It once helped me.
__________________
Not quite a n00b...
CMellor is offline  
Reply With Quote