In the content I have p.e. {LISEPortfolio detailpage=webkontakt} , bevor the update no problem, after the update it goes only to the detailpage what is set under the options of the module. But with several catogory's I want to override this sometimes
I tested it with the removal of the mod_rewrite ( no pretty urls any more) and the override was functional again.
With the mod_rewrite: nothing. I have a basic htacces, no changes in the mod_rewrite rules
Code: Select all
<IfModule rewrite_module>
RewriteEngine on
# If your CMSMS installation is in a subdirectory of your domain, you need to specify the relative path (from the root of the domain) here.
# In example: RewriteBase /[subdirectory name]
RewriteBase /
# Rewrites URLs in the form of /parent/child/grandchild but only rewrites if the requested URL is not a file or directory.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php?page=$1 [QSA]
</IfModule>
Is there any adjustment I have overseen? I looked in the help, but the parameter detailpage still exist.
When there is no quick solution, does anybody know, how I can exclude only the Lise modul in der htaccess from pretty url? (only until I found the solution)
I did the same on another site: before Lise 1.4.3 detailpage worked fine, only updated to Lise 1.5.6, changed nothing, and it didn't work anymore. If there is no page defined under options it takes by default the Start page.
Very grateful when somebody can help me