Hello,
Once I read an article that it is possible to put some lines into the htaccess file so that dynamic pages look like static pages.
e.g.
dynamic:
viewpost.php?page=10&sid=1234
viewpost.php?page=22&sid=1234
after puting some lines in the htaccess file the dynamic files can be accesses through:
page10.php
page22.php
Does anyone know how this works?
thanks,