dear all,
evossman, i have the same problem… i install according to instructions. i’m interested in permalinks working so a link like yours:
https://www.myweb.com/wp-content/gallery/firstgallery/firstpic.jpg
could shouls like:
https://www.myweb.com/firstgallery/firstpic.jpg
so i uplodaded plugin and imagerotator.swf to
/myweb.com/wp-content/plugins/nextgen-gallery
then activate the plugin and then in options i check activate permalinks. then i regenerate permalinks by using the wordpress options–permalinks (keep everything the same actually) and then save changes.
maybe that’s not the way of regenerating permalinks and that’s why images in a gallery under a new page or just about images anywhere keep on showing like
https://www.myweb.com/wp-content/gallery/firstgallery/firstpic.jpg
instea of
https://www.myweb.com/firstgallery/firstpic.jpg
.htaccess looks like this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
please, any tip is welcome!
greetings,