Forums / Cotonti / General / url !!!

sohrabvafaei
#1 2010-02-27 22:41
[url=http://sova.ir]my site[/url]<br />
[url=http://sova.ir/modules/wordpress/]my blog[/url]
pieter
#2 2010-02-27 23:02
GHengeveld
#3 2010-02-28 01:07
Open or create .htaccess (in Cotonti root)
Make sure it contains this:
RewriteEngine On
Below that, add this:
RewriteRule ^articles$ list.php?c=articles [NC,NE,QSA,L]

Now open datas/urltrans.dat and add this line at the top (before anything else):
list	c=articles	articles
Make sure those whitespaces are tabs, not spaces