<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>zenphoto forums Tag: mod_write</title>
<link>http://www.zenphoto.org/support/</link>
<description>zenphoto forums Tag: mod_write</description>
<language>en</language>
<pubDate>Wed, 22 May 2013 15:57:29 +0000</pubDate>

<item>
<title>darkS on ".htaccess help required to change URL"</title>
<link>http://www.zenphoto.org/support/topic.php?id=4787#post-31038</link>
<pubDate>Wed, 15 Apr 2009 17:47:18 +0000</pubDate>
<dc:creator>darkS</dc:creator>
<guid isPermaLink="false">31038@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;&#60;em&#62;Just a note for anyone that might missed it like me.&#60;/em&#62;&#60;br /&#62;
Don't forget to tick 'mod_rewrite' under &#60;strong&#62;options &#38;gt; gallery configuration&#60;/strong&#62; for these cruft-free URLs.&#60;br /&#62;
Careless, I was cracking my head thinking why it wouldn't work and eventually get it right by just a simple few clicks. You don't even need to edit .htaccess :)
&#60;/p&#62;</description>
</item>
<item>
<title>mungler on ".htaccess help required to change URL"</title>
<link>http://www.zenphoto.org/support/topic.php?id=4787#post-28253</link>
<pubDate>Tue, 27 Jan 2009 10:25:21 +0000</pubDate>
<dc:creator>mungler</dc:creator>
<guid isPermaLink="false">28253@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;hi lauravink.&#60;/p&#62;
&#60;p&#62;just an idea - if you want zenphoto in the root, but not of &#60;a href=&#34;http://www.lauravink.com&#34; rel=&#34;nofollow&#34;&#62;http://www.lauravink.com&#60;/a&#62;, how about creating a subdomain?&#60;/p&#62;
&#60;p&#62;thats what i did with my site - &#60;a href=&#34;http://www.mungler.com&#34; rel=&#34;nofollow&#34;&#62;http://www.mungler.com&#60;/a&#62; is the main site (nothing on there yet) and gallery.mungler.com is the zenphoto subdomain.  works a treat :)
&#60;/p&#62;</description>
</item>
<item>
<title>acrylian on ".htaccess help required to change URL"</title>
<link>http://www.zenphoto.org/support/topic.php?id=4787#post-28213</link>
<pubDate>Mon, 26 Jan 2009 11:35:14 +0000</pubDate>
<dc:creator>acrylian</dc:creator>
<guid isPermaLink="false">28213@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;&#60;em&#62;I thought I would go to the URL lauravink.in/index.php?album=poland and it would change to lauravink.in/poland.&#60;/em&#62;&#60;br /&#62;
Yes, that is what it actually does. The first url is the one without mod_rewrite/htaccess.
&#60;/p&#62;</description>
</item>
<item>
<title>lauravink on ".htaccess help required to change URL"</title>
<link>http://www.zenphoto.org/support/topic.php?id=4787#post-28210</link>
<pubDate>Mon, 26 Jan 2009 10:26:33 +0000</pubDate>
<dc:creator>lauravink</dc:creator>
<guid isPermaLink="false">28210@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;Ooooohhhh.. it works!&#60;br /&#62;
I didn't understand it correctly. I thought I would go to the URL lauravink.in/index.php?album=poland and it would change to lauravink.in/poland.&#60;/p&#62;
&#60;p&#62;But I just have to link to the URL lauravink.in/poland and it shows the wright page. :D&#60;/p&#62;
&#60;p&#62;Anyway, thanks for your help acrylian!
&#60;/p&#62;</description>
</item>
<item>
<title>acrylian on ".htaccess help required to change URL"</title>
<link>http://www.zenphoto.org/support/topic.php?id=4787#post-28192</link>
<pubDate>Mon, 26 Jan 2009 01:57:30 +0000</pubDate>
<dc:creator>acrylian</dc:creator>
<guid isPermaLink="false">28192@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;Assuming that you at least use the latest official 1.2.2 version you should not need to change anything manually in the .htaccess file. Setup should do that for you. Just use the htaccess file that is included in the download package and run setup (which should run automatically though).
&#60;/p&#62;</description>
</item>
<item>
<title>lauravink on ".htaccess help required to change URL"</title>
<link>http://www.zenphoto.org/support/topic.php?id=4787#post-28181</link>
<pubDate>Sun, 25 Jan 2009 13:19:39 +0000</pubDate>
<dc:creator>lauravink</dc:creator>
<guid isPermaLink="false">28181@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;I just found out that I do need to edit the .htacces that comes with the setup. Now my .htaccess looks like this:&#60;/p&#62;
&#60;p&#62;# htaccess file version 1.2.2.0;&#60;br /&#62;
# Update the above and the define in setup.php when you make changes to the rewrite rules!&#60;br /&#62;
# NOTE: Change the RewriteBase below to the absolute path to your zenphoto directory. (Or let setup.php do it for you!)&#60;/p&#62;
&#60;p&#62;&#38;lt;IfModule mod_rewrite.c&#38;gt;&#60;br /&#62;
  RewriteEngine On&#60;br /&#62;
  RewriteCond %{HTTP_HOST} ^www.lauravink.in$ [NC]&#60;br /&#62;
  RewriteRule ^(.*)$ &#60;a href=&#34;http://lauravink.in/$1&#34; rel=&#34;nofollow&#34;&#62;http://lauravink.in/$1&#60;/a&#62; [R=301,L]&#60;/p&#62;
&#60;p&#62;  #### !!! Change this to the web path (eg: &#60;a href=&#34;http://www.yourwebsite.com/photos&#34; rel=&#34;nofollow&#34;&#62;http://www.yourwebsite.com/photos&#60;/a&#62; --&#38;gt; /photos) !!!&#60;br /&#62;
  RewriteBase /&#60;br /&#62;
  ####&#60;/p&#62;
&#60;p&#62;  RewriteRule	^admin/?$                       zp-core/admin.php [R,L]&#60;/p&#62;
&#60;p&#62;  RewriteCond %{REQUEST_FILENAME} -d&#60;br /&#62;
  RewriteRule ^albums/?(.+/?)?$ $1 [R=301,L] &#60;/p&#62;
&#60;p&#62;  RewriteCond %{REQUEST_FILENAME} -f [OR]&#60;br /&#62;
  RewriteCond %{REQUEST_FILENAME} -d&#60;br /&#62;
  RewriteRule ^.*$ - [L]&#60;/p&#62;
&#60;p&#62;  RewriteRule index\.php$                     index.php [L,QSA]&#60;br /&#62;
  RewriteRule ^page/([0-9]+)/?$               index.php?page=$1 [L,QSA]&#60;br /&#62;
  RewriteRule ^page/([A-Za-z0-9\-_]+)/?$      index.php?p=$1 [L,QSA]&#60;br /&#62;
 	RewriteRule ^page/([A-Za-z0-9\-_]+)/([0-9]+)/?$      index.php?p=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
  RewriteRule ^(.*)/page/([0-9]+)/?$          index.php?album=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
  RewriteRule ^(.*)/page/([A-Za-z0-9\-_]+)/?$      index.php?album=$1&#38;#38;p=$2 [L,QSA]&#60;/p&#62;
&#60;p&#62;  #### Rewrite rule addition for search&#60;br /&#62;
  RewriteRule ^page/search/fields([0-9]+)/(.*)/([0-9]+)/?$      index.php?p=search&#38;#38;searchfields=$1&#38;#38;words=$2&#38;#38;page=$3 [L,QSA]&#60;br /&#62;
  RewriteRule ^page/search/fields([0-9]+)/(.*)/?$      index.php?p=search&#38;#38;searchfields=$1&#38;#38;words=$2 [L,QSA]&#60;br /&#62;
  RewriteRule ^page/search/archive/(.*)/([0-9]+)/?$      index.php?p=search&#38;#38;date=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
  RewriteRule ^page/search/archive/(.*)/?$      index.php?p=search&#38;#38;date=$1 [L,QSA]&#60;br /&#62;
  RewriteRule ^page/search/tags/(.*)/([0-9]+)/?$  index.php?p=search&#38;#38;searchfields=4&#38;#38;words=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
  RewriteRule ^page/search/tags/(.*)/?$ 					 index.php?p=search&#38;#38;searchfields=4&#38;#38;words=$1 [L,QSA]&#60;br /&#62;
  RewriteRule ^page/search/(.*)/([0-9]+)/?$      index.php?p=search&#38;#38;words=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
  RewriteRule ^page/search/(.*)/?$      index.php?p=search&#38;#38;words=$1 [L,QSA]&#60;br /&#62;
  #### Rewrite additions for zenpage&#60;br /&#62;
	RewriteRule ^pages/?$      index.php?p=pages [L,QSA]&#60;br /&#62;
  RewriteRule ^pages/(.*)/?$                   index.php?p=pages&#38;#38;title=$1 [L,QSA]&#60;br /&#62;
  RewriteRule ^news/?$      		       index.php?p=news [L,QSA]&#60;br /&#62;
  RewriteRule ^news/([0-9]+)/?$                index.php?p=news&#38;#38;page=$1 [L,QSA]&#60;br /&#62;
  RewriteRule ^news/category/(.*)/([0-9]+)/?$  index.php?p=news&#38;#38;category=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
  RewriteRule ^news/category/(.*)/?$           index.php?p=news&#38;#38;category=$1 [L,QSA]&#60;br /&#62;
  RewriteRule ^news/archive/(.*)/([0-9]+)/?$   index.php?p=news&#38;#38;date=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
  RewriteRule ^news/archive/(.*)/?$            index.php?p=news&#38;#38;date=$1 [L,QSA]&#60;br /&#62;
  RewriteRule ^news/(.*)/?$                    index.php?p=news&#38;#38;title=$1 [L,QSA] &#60;/p&#62;
&#60;p&#62;  RewriteRule ^(.*)/image/(thumb&#124;[0-9]{1,4})/([^/\\]+)$    zp-core/i.php?a=$1&#38;#38;i=$3&#38;#38;s=$2 [L,QSA]&#60;br /&#62;
  RewriteRule ^(.*)/image/([^/\\]+)$          zp-core/i.php?a=$1&#38;#38;i=$2 [L,QSA]&#60;br /&#62;
  RewriteRule ^(.*)/album/(thumb&#124;[0-9]{1,4})/([^/\\]+)$    zp-core/i.php?a=$1&#38;#38;i=$3&#38;#38;s=$2&#38;#38;album=true [L,QSA]&#60;br /&#62;
  ####&#60;/p&#62;
&#60;p&#62;  # Catch-all - everything else gets handled in PHP for compatibility.&#60;br /&#62;
  RewriteRule ^(.*)/?$                        index.php?album=$1 [L,QSA]&#60;/p&#62;
&#60;p&#62;  RewriteRule ^index\.php?album\=(.*)$ $1 [R] &#60;/p&#62;
&#60;p&#62;&#38;lt;/IfModule&#38;gt;&#60;/p&#62;
&#60;p&#62;But still not working as I would like to. Should I put it somewhere else in the file?
&#60;/p&#62;</description>
</item>
<item>
<title>lauravink on ".htaccess help required to change URL"</title>
<link>http://www.zenphoto.org/support/topic.php?id=4787#post-28179</link>
<pubDate>Sun, 25 Jan 2009 11:56:05 +0000</pubDate>
<dc:creator>lauravink</dc:creator>
<guid isPermaLink="false">28179@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;I've installed Zenphoto in the root and have made an new .htaccess.&#60;br /&#62;
It still doesn't work though. I have no idea what I'm doing wrong.&#60;/p&#62;
&#60;p&#62;My .htaccess looks like this&#60;/p&#62;
&#60;p&#62;  RewriteEngine On&#60;br /&#62;
  RewriteCond %{HTTP_HOST} ^www.lauravink.in$ [NC]&#60;br /&#62;
  RewriteRule ^(.*)$ &#60;a href=&#34;http://lauravink.in/$1&#34; rel=&#34;nofollow&#34;&#62;http://lauravink.in/$1&#60;/a&#62; [R=301,L]&#60;/p&#62;
&#60;p&#62;  RewriteRule ^index\.php?album\=(.*)$ $1 [R] &#60;/p&#62;
&#60;p&#62;Any ideas anyone?
&#60;/p&#62;</description>
</item>
<item>
<title>acrylian on ".htaccess help required to change URL"</title>
<link>http://www.zenphoto.org/support/topic.php?id=4787#post-28177</link>
<pubDate>Sun, 25 Jan 2009 10:17:00 +0000</pubDate>
<dc:creator>acrylian</dc:creator>
<guid isPermaLink="false">28177@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;Ok, I of coures don't know how your site is setup in detail but for the blog you use Pixelpost. Anyway, I would say just install Zenphoto in the root, that is the easiest solution. The you will get exactly what you need. Zenphoto runs absolutly fine in the root.
&#60;/p&#62;</description>
</item>
<item>
<title>lauravink on ".htaccess help required to change URL"</title>
<link>http://www.zenphoto.org/support/topic.php?id=4787#post-28170</link>
<pubDate>Sun, 25 Jan 2009 09:04:58 +0000</pubDate>
<dc:creator>lauravink</dc:creator>
<guid isPermaLink="false">28170@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;Installing Zenphoto in the root is ofcourse also an option if it makes it easier.&#60;br /&#62;
Then the only thing that needs be replace is &#60;/p&#62;
&#60;p&#62;lauravink.in / index.php?album=paris to lauravink.in / paris. &#60;/p&#62;
&#60;p&#62;But still.. how?&#60;/p&#62;
&#60;p&#62;I won't be using Pixelpost, I do use this in my .nl domain, but I won't in my .in domain (where this topic is about). &#60;/p&#62;
&#60;p&#62;I hope some else can help me with it!
&#60;/p&#62;</description>
</item>
<item>
<title>acrylian on ".htaccess help required to change URL"</title>
<link>http://www.zenphoto.org/support/topic.php?id=4787#post-28156</link>
<pubDate>Sun, 25 Jan 2009 01:57:07 +0000</pubDate>
<dc:creator>acrylian</dc:creator>
<guid isPermaLink="false">28156@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;htaccess is a tricky thing.. I fear I can't help with that currently. The easiest would be to install Zenphoto in the root. I see you use also Pixelpost, since that is in a subfolder it might be possible to do that depending on how the index page is named and created.
&#60;/p&#62;</description>
</item>
<item>
<title>lauravink on ".htaccess help required to change URL"</title>
<link>http://www.zenphoto.org/support/topic.php?id=4787#post-28152</link>
<pubDate>Sat, 24 Jan 2009 23:39:40 +0000</pubDate>
<dc:creator>lauravink</dc:creator>
<guid isPermaLink="false">28152@http://www.zenphoto.org/support/</guid>
<description>&#60;p&#62;The problem is as following:&#60;/p&#62;
&#60;p&#62;I have the domain &#60;a href=&#34;http://www.lauravink.in&#34; rel=&#34;nofollow&#34;&#62;http://www.lauravink.in&#60;/a&#62;.&#60;br /&#62;
Laura Vink is me, and I want to use this website to show of pictures from my travels. I choose the .in domain so I could use folders of where I've been; for example: &#60;a href=&#34;http://www.lauravink.in/poland&#34; rel=&#34;nofollow&#34;&#62;http://www.lauravink.in/poland&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;For my photos to show I want to use (ofcourse) Zenphoto.  I don't want to upload a new ZenPhoto CMS to every folder, but just ones, in the folder /gallery, so I could manage my pictures (and layout) from one place (and also saves webspace).&#60;/p&#62;
&#60;p&#62;But if I use ZenPhoto in the galleryfolder (or root), than the URL of a album would be something like: &#60;a href=&#34;http://www.lauravink.in/gallery/index.php?album=poland&#34; rel=&#34;nofollow&#34;&#62;http://www.lauravink.in/gallery/index.php?album=poland&#60;/a&#62;, instead of the &#60;a href=&#34;http://www.lauravink.in/poland/&#34; rel=&#34;nofollow&#34;&#62;http://www.lauravink.in/poland/&#60;/a&#62; as I would like it to be.&#60;/p&#62;
&#60;p&#62;I know it is possible to rewrite the URL with the .htaccess, but I think it's so difficult! Could someone please help me? &#60;/p&#62;
&#60;p&#62;I thought of something like: &#60;/p&#62;
&#60;p&#62;RewriteRule ^index\.php?album\=(.*)$ /$1/ [R] &#60;/p&#62;
&#60;p&#62;in the .htaccess folder, but this doesn't work..&#60;/p&#62;
&#60;p&#62;Thank you very much.&#60;/p&#62;
&#60;p&#62;Laura Vink&#60;br /&#62;
&#60;a href=&#34;http://www.lauravink.nl&#34; rel=&#34;nofollow&#34;&#62;http://www.lauravink.nl&#60;/a&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
