This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
Hey there,
I am using the following system: mojoPortal Version 2.3.9.0 MSSQL, Microsoft Windows NT 6.1.7601 Service Pack 1, ASP.NET-Version v4.0.30319 Running in Full Trust.
I created a page and had the need to rename it, so i also altered the url in the page settings. Then i saw that the new url was something like ~/sharepoint-1.aspx and altered the url back to simply ~/sharepoint.aspx. Now here is my problem:
- Page settings says "URL: ~/sharepoint.aspx"- URL-Manager says "http://win-6epjuc5r70t/sharepoint.aspx go to http://win-6epjuc5r70t/Default.aspx?pageid=2017" (clicking on the pageid link shows me the correct page!)but still i end up at the old (non-existent) http://win-6epjuc5r70t/sharepoint-1.aspx on clicking a menu item. I also tried to create a new link to the page via TinyMCE editor and selected "SharePoint" as my target page. The selector shows me "~/sharepoint-1.aspx" as target url. WTF did i wrong?! o.O
I also had a look at mp_Pages, it says "~/sharepoint.aspx" in the URL field. And yes, i tried to restart my application, cleared my browser caches and also restarted my server and virtual machine ... don't know what to do now :(
BR Matt
Hi, you'll just need to use the 301 Redirect Manager to straighten this out.
Jamie
Thanks Jamie!
That made my day :)