Adding a new page

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
4/29/2007 5:20:46 AM
Gravatar
Total Posts 11

Adding a new page

Hi,

     According to my undesrtanding of mojo, when I add a page in the site it creates a virtual page & uses the friendly URL for the same.

Now my question is...

Can I add a page which will redirect me to one of the page existing or a newly added page in the project(in short which will be present on the harddisk).

I am trying ofr the same right now bt I am finidng that the page contentget overwritten by the virtual page.

Please Help.

4/29/2007 10:37:34 AM
Gravatar
Total Posts 18439

Re: Adding a new page

You can map to physical pages without masking it by a virtual page if you use the fully qualified url like http://somesite/somepage.aspx instead of the ~/pagename.aspx

In the latest version it will not create a virtual page that masks a physical .aspx page on disk. In previous versions it would create a friendly url mapping and this would mask the physical .aspx page when using the ~/pagename.aspx syntax. However, you could go into Url Manager and delete the friendly url that masked the physical page then it would just link to the physical page.

Hope it helps,

Joe

4/30/2007 2:21:42 AM
Gravatar
Total Posts 11

Re: Adding a new page

Hey Joe,

           It worked out..

Thanks a lot 

Gayatri 

You must sign in to post in the forums. This thread is closed to new posts.