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]
ama nes.php tarafından çağrılan benim swf dosyalarını açmıyor ...
can someone help me? who can i fix this problem?
benim swf dosya benim dosya news.php olarak aynı klasörde ....