Gracias por la ayuda... todo esta en el .htaccess
Cita: Options +FollowSymlinks
<ifmodule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !(.*)/$
RewriteRule ^(.*)$ $1/ [L,R=301]
rewriteBase /noticias/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/(.*)/(.*)/$ index.php?var1=$1&var2=$2&var3=$3 [L]
RewriteRule ^(.*)/(.*)/$ index.php?var1=$1&var2=$2 [L]
RewriteRule ^(.*)/$ index.php?var1=$1 [L]
</ifmodule>
fuente:
http://www.animacionyweb.com.ar/2009...-apache-y-php/