I have a server in which there are several applications to say that the server is abc.corp.com, this application is XYZ PKRM N.A. Etc. Today's applications are accessed
abc.corp.com/xyz abc.corp.com/pqr abc.corp.com / Mno
Of these, I want the application To open xyz just by typing abc.corp.com and opening other applications normally opened.
My server is apache and php files inside it I have read the nickname can help me do this. But how can I fix it is not clear.
Please place this code in the index. abc.corp.com (http://abc.corp.com/ index.php status)
< Code> & lt ;? Php header location ('http://abc.corp.com/xyz'); Die (); ? & Gt;
Comments
Post a Comment