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