Thread: rewrite_mod
View Single Post
Old 05-09-2004, 11:05 PM   #1
zaartix
Orange Mole
 
Join Date: May 2004
Location: russia, samara
Posts: 56
rewrite_mod

in one of the directories i have .htaccess using rewrite_mod
after dig in properties of this site
Code:
      /voip 
           /action/news/id 
                /viewPage\-- 
                /viewPrice/type
but the real path is only /voip, others are parameters of index.php
for example:
2 string - /action/news/id
real path - index.php?action=news&id=

may be need to make for each directory it's properties, where we are can set real names
or for each directory upload in phpdig file with rules .htaccess?

sorry if my english bad
zaartix is offline   Reply With Quote