Forum Moderators: phranque
src="image.png" results in the browser asking for example.com/page1/image.png. src="/image.png" or to src="/images/image.png" with a leading slash and the full path to the image file. /<something> to /<something>.html where <something> does not contain a period: RewriteRule ^([^.]+)$ /$1.html [L]