hi guy its my first time here and my english sukcs, sorry... i have a problem with my .htaccess, i'm trying to redirect a page with a safe url using this code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^noticias/pagina/([0-9]+)/?$ news.php?id=$1 [NC,L]
but my swf files called by nes.php does not open...
can someone help me? who can i fix this problem?
my swf file are in the same folder as my file news.php....