Ako vyrobim subor htaccess ??? mam s tym úproblem a je to strasne surne:(
potrebujem do neho dat tieto info:
Kód:
## Use this if Fusion is installed in your root directory
RewriteBase /
## Use the following if Fusion is not installed on your root directory
## RewriteBase /<fusion_path>/
RewriteEngine On
## Articles
RewriteRule ^(.*)-r([0-9]*).htm$ readarticle.php?article_id=$2 [L,NC]
## Article categories
RewriteRule ^(.*)-c([0-9]*).htm$ articles.php?cat_id=$2 [L,NC]
dakujem za rychlu pomoooc