Flickr gallery .7 and WordPress 2.0
-
So the plugin works fine .. but my htaccess rule stopped working when I replaced the old wordpress htaccess rules with the new ones. Didn’t even touch the flickr gallery htaccess rule … here is what I have … anyone know why it might not be working?
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php
</IfModule>
# BEGIN FLICKR_RW
<ifmodule mod_rewrite.c>
RewriteRule ^photos/?(album|page)?/?([_0-9a-z-]+)?/?(photo|page)?/?([_0-9a-z-]+)?/?(page)?/?([0-9]+)?/?$ /wp-gallery.php?$1=$2&$3=$4&$5=$6 [QSA]
</ifmodule>
# END FLICKR_RW
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Flickr gallery .7 and WordPress 2.0’ is closed to new replies.