Autor Zpráva
jonge
Profil
Mám tento .htaccess:

RewriteEngine On


RewriteCond %{REQUEST_URI} !\.[[:alnum:]]+$
RewriteRule ^(.+[^/])$ /$1/ [R=301]

RewriteRule ^([^/]+)/$ index.php?page=$1 [L,QSA]


Jak udělat, aby když mám např. /ke-stazeni/soubor.pdf se mi stáhl soubor?
jonge
Profil
Tak už jsem na to přišel :)
Toto téma je uzamčeno. Odpověď nelze zaslat.

0