Home › Forums › Back End › [Solved] .htaccess ‘Pretty’ URLs › Re: [Solved] .htaccess ‘Pretty’ URLs
November 9, 2009 at 6:49 pm
#66430
Member
A good thing to do is to start relative paths with a slash.
ie. in your 12345678-file where it says src="path/to/myThing.swf" src="/path/to/myThing.swf" that way it’ll start "counting" from the root of your site and not from the non-existing /view. Or wherever you happen to be.