1

嗨,伙计,这是我第一次来这里和我的英语 sukcs,对不起......我的 .htaccess 有问题,我正在尝试使用以下代码重定向具有安全 url 的页面:

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^noticias/pagina/([0-9]+)/?$ news.php?id=$1 [NC,L]

但我的 nes.php 调用的 swf 文件无法打开...

有人能帮我吗?谁可以解决这个问题?

我的 swf 文件与我的文件 news.php 位于同一文件夹中。...

4

1 回答 1

1
于 2010-03-01T16:20:51.710 回答