• Hi,

    I’m using a template from template monster, which use a Portfolio integrated addons (not a plugin), and I just realized that it doesnt allow me to use my existant permalink settings.

    The installation is displaying Portfolio correctly, but when I try to click on the portofolio for details I get a 404 error.

    I realized that if I could rewrite the URL to the “default” url system using “?” I could reach the content.

    So that I should modify it this way:
    https://www.mydomain.com/portfolio/ [****] /?$ -> https://www.mydomain.com/?portfolio= [****]

    I tried adding the following rule, which doesnt work:
    RewriteRule ^https://www.mydomain.com/portfolio/([^/]+)/?$ https://www.mydomain.com/?portfolio=$1

    The [****] are Japanese Chars.

    Fiendly,
    Rui

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘URL rewrite’ is closed to new replies.