Forum
Gallery Module Pretty URL's
Hi,
I know this isn't a Perch issue but I'm having an issue setting up the Mod_rewrite pattern for the gallery module using albums. Although my pages work with the default htaccess I have an issue when I change try to reach the url of www.domain.com/gallery/album/albumname
This is my rules
# Page Rewrite --------------------------------------------------------------------------------------
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^gallery/album/([a-zA-Z0-9-]+)$ /gallery/album.php?s=$1
RewriteRule ^(.+)$ $1.php
Anyone managed to set this up successfully?
Thanks
Is that everything? It looks ok to me at a glance.
What result do you get?