Aricie
The DNN Expert for your web project
DNN Community Forums

Administrator Issues

Sort:
You are not authorized to post a reply.
Author
Messages


rsiera











New Member



Posts:




New Member



    Hi,

    They say it's better to disable the Friendly URLs for the administrator
    But when you do that the administrator can't add decent links via the DNN Text Editor.
    When you select a page and make the link you get URLs in the form of default.aspx?tabid=xxx (with a linkclick)

    When you visit the page as a regular user the link is in the form of default.aspx?tabid=xxx but it goes to the correct page wit hthe friendly url.
    Is this done via an extra Redirect?

    We've tried to enable the Friendly URL for the administrator but than it gives issues with editing settings and contect of modules. He does not know wich module to take because there is no module information in the Friendly URL. (Testen on HTML module and FeedbackDesigner)

    Is there a work around or could this be fixed that creating links in your page is making them Friendly inside the html?

    Regarsd and thank you,
    Ely (HolonCom)



    Deleted User











    New Member



    Posts:




    New Member



       Hi Ely,

      This is the 301 redirect who give you the correct url when the link is in the form default.aspx?tabid=xxxx. Note that FUP doesn't support the linkclick link for now.

      You can resolve your issue with creating a new role for the module content edition and let the rewritting disable for admin.

      Otherwise, for FUP works when the rewritting is enabled for the administrators, you must check if the module doesn't use dummies parameters to build some urls. If it's the case, you must find it and edit the configuration settings to add this dummy parameter. With that, FUP will be able to reconize the input URL and find the real URL to redirect you on.

       

      Best Regards,
      Célian
      Aricie Team
       

      You are not authorized to post a reply.