PHP permalinks help please?

Phil

New member
Hi guys,

Im trying to implement permalinks or "pretty links" into my website...

ive managed to get it so when you click 1 it goes back to the page instead of running arround finding a non-existant page but the styles and images also get re-written with their path...

I was wondering how i stop this.

My .htaccess file looks like this:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteRule .* index.php [L]
</IfModule>

Any thoughts

Thanks in advance!

* 9 hours ago
* - 4 days left to answer.

Additional Details
website address: www.simplegaming.net/shop/index.php

Also, when i click a link, it adds the target to the existing url
 
Back
Top