29.06.2011, 14:52
ok I understand that but how do I use it? :/
Edit: I solved it using this on htaccess:
Edit: I solved it using this on htaccess:
Код:
RewriteEngine on RewriteCond %{REQUEST_fileNAME} !-d RewriteCond %{REQUEST_fileNAME} !-f rewriterule ^(([^/]+/)*[^./]+)/?$ /$1.html [L]