Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
Topic closed
If you encounter the problem of clicking on the permalink icon in your Publisher managed albums and receiving a 404 Page Not Found error, here's a fix to try from Ben:
fix this by changing the file /ttg-be/publisher/application/skeleton/gallery/htaccess to:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI}::$1 ^(.*?/)(.*)::\2$
RewriteRule ^(.*)$ - [E=BASE:%1]
RewriteRule ^(.*)-single.*php$ %{ENV:BASE}/single.php?id=$1 [L]
</IfModule>
Then run 'Update Album Files' from the Publisher Dashboard. This has the effect of updating the .htaccess file in every gallery.
If we update Publisher, then you may need to re-edit /ttg-be/publisher/application/skeleton/gallery/htaccess with the above contents.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Pages: 1
Topic closed