htaccess Problem

render1056

New Member
Apr 11, 2011
4
0
0
Hi, i have the script working at http://fonts.org.es but i have a .htaccess problem, the font download don´t work.

This is my .htaccess Someone can help me? Thanks a lot.

Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteRule ^(.*).html$ /$1.php [L]
RewriteRule ^c/(.*)/(.*)/(.*)/$ /categories.php?c=$1&page=$3 [QSA]
RewriteRule ^c/(.*)/(.*)$ /categories.php?c=$1 [QSA]
RewriteRule ^a-z/(.*)/(.*)/$ /browse.php?l=$1&page=$2 [QSA]
RewriteRule ^a-z/(.*)$ /browse.php?l=$1 [QSA]
RewriteRule ^top_rated/(.*)/$ /top_fonts.php?page=$1 [QSA]
RewriteRule ^top_rated/$ /top_fonts.php [QSA]
RewriteRule ^fonts/(.*)/(.*)/(.*)$ /font_details.php?f=$1&success=1 [QSA]
RewriteRule ^fonts/(.*)/(.*)$ /font_details.php?f=$1 [QSA]
RewriteRule ^view_file/(.*)/(.*)/(.*)$ /view_archive_file.php?font=$1&file=$2 [QSA]
RewriteRule ^d/(.*)/(.*)$ download_font.php?f=$1 [QSA]
RewriteRule ^(.*).html$ $1.php [L]