07-16-2008, 07:07 PM
|
#10 (permalink)
|
|
The Acquainted
Join Date: Sep 2007
Location: Leeds, UK
Posts: 141
Thanks: 6
|
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...
|
|
|
|