Hello,
Andelal, you keep don't response that i am asking.
Ok, i understood that myred's script index.php Must be in rooot as it is.
So, i am asking this again, please tell me if it is posssible to be, so to work :
1.myred script index.php in root
2.my index.php rename to index2.php
3.myred script htaccess in root ( one change i do here :
change
ErrorDocument 404 /index.php
DirectoryIndex index.php index.html index.htm
with
ErrorDocument 404
http://www.mysite.com/site/modules.php?name=error
DirectoryIndex index2.php
I do that change of htaccess file in ErrorDocument, so when there is 404 error to go to error module and in DirectoryIndex, so with writing
www.mysite.com first to go to myred script index.php and after to index2.php and after to my web or wap site.
Is it correct? With this way, will the script and everything in site work ok? or i have to do something else?
Please let me know, Thanks