Hello,
I have a flash object on my website, now I was trying to get more user friendly url's so I used .htaccess file to change the url for me
.htaccess file
RewriteEngine on
RewriteRule portfolio/ index.php?page=portfolio
RewriteRule about/ index.php?page=about
RewriteRule contact/ index.php?page=contact
the code works great, besides the fact that my flash object stopped loading correctly.
this flash object only runs on the index page, where no rewrite is needed, maby I can add an exception of some sorts ?
any advice would be greatly appriciated!
edit: FIXED