I've been able to use URL Rewrite in the past but a couple of days ago I upgraded to WPG2 3.0.2 and since then I have not been able to get it to work. I've spent many hours on this so I need your help! My website is at http://packfans.net. Below is my information as well as a copy of my .htaccess file. Any help would be appreciated!
Wordpress version = 2.3.1
Gallery version = 2.2.4 core 1.2.0.6
PHP version = 5.1.2 apache
Webserver = Apache/1.3.33 (Darwin) mod_ssl/2.8.24 OpenSSL/0.9.7l PHP/5.1.2
Database = mysql 4.1.22-log, lock.system=flock
Toolkits = Exif, NetPBM, ImageMagick, Ffmpeg, Getid3, ArchiveUpload
Acceleration = full/86400, full/86400
Operating system = Darwin brett.packfans.net 8.11.0 Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC Power Macintosh
Default theme = matrix
gettext = enabled
Locale = en_US
Browser = Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
Rows in GalleryAccessMap table = 569
Rows in GalleryAccessSubscriberMap table = 3964
Rows in GalleryUser table = 4
Rows in GalleryItem table = 3943
Rows in GalleryAlbumItem table = 162
Rows in GalleryCacheMap table = 8928
# BEGIN Url Rewrite section
# (Automatically generated. Do not edit this section)
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} gallery\_remote2\.php
RewriteCond %{REQUEST_URI} !/blog/wpg2$
RewriteRule . - [L]
RewriteCond %{THE_REQUEST} /blog/v/([^?]+)/slideshowapplet\.html(\?.|\ .)
RewriteCond %{REQUEST_URI} !/blog/wpg2$
RewriteRule . /blog/wpg2?g2_view=slideshowapplet.SlideshowApplet&g2_path=%1 [QSA,L]
RewriteCond %{THE_REQUEST} /blog/d/([0-9]+)-([0-9]+)/([^/?]+)(\?.|\ .)
RewriteCond %{REQUEST_URI} !/blog/wpg2$
RewriteRule . /gallery2/main.php?g2_view=core.DownloadItem&g2_itemId=%1&g2_serialNumber=%2&g2_fileName=%3 [QSA,L]
RewriteCond %{THE_REQUEST} /blog/rss/([^\/\?]+)(\?.|\ .)
RewriteCond %{REQUEST_URI} !/blog/wpg2$
RewriteRule . /blog/wpg2?g2_view=rss.Render&g2_name=%1 [QSA,L]
RewriteCond %{THE_REQUEST} /blog/srss/([0-9]+)(\?.|\ .)
RewriteCond %{REQUEST_URI} !/blog/wpg2$
RewriteRule . /blog/wpg2?g2_view=rss.SimpleRender&g2_itemId=%1 [QSA,L]
RewriteCond %{THE_REQUEST} /blog/v/([^?]+)(\?.|\ .)
RewriteCond %{REQUEST_URI} !/blog/wpg2$
RewriteRule . /blog/wpg2?g2_path=%1 [QSA,L]
</IfModule>
# END Url Rewrite section
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>
# END WordPress
Posts: 1378
gbpack,
Your post has neglected to state what the actual issue is, What part have you not gotten to work??
____________________________________
Wordpress / Gallery2 (WPG2) Plugin, , WPG2 Documentation, WPG2 Demo
Posts: 9
I gave up on it. Thanks anyway.
Posts: 1378
Ok sorry to hear that, unfortunately Kirk & I have been away on holidays thus not been around to help..
____________________________________
Wordpress / Gallery2 (WPG2) Plugin, , WPG2 Documentation, WPG2 Demo