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:
http://www.mydomain.com/portfolio/ [****] /?$ -> http://www.mydomain.com/?portfolio= [****]
I tried adding the following rule, which doesnt work:
RewriteRule ^http://www.mydomain.com/portfolio/([^/]+)/?$ http://www.mydomain.com/?portfolio=$1
The [****] are Japanese Chars.
Fiendly,
Rui