Gossamer Forum
Skip to Content


Quote Reply
SSH

Quote
The only real requirement, is that you setup the options correctly, and have SSH/Telnet capabilities (to make the .html static version of your archive page)

Is there something I have to do with SSH?

I've got it running in static mode, and the A points to
http://www.xxx.com/reference/abc/letter_A/cat_1/
but it gets a 404

I created directory abc and set it to 777.

ModRewrite_Enabled
ModRewrite_URL http://www.xxx.com/reference/abc

Thanks Smile
Quote Reply
Re: [iplay] SSH In reply to
PS: it was working in dynamic mode before I changed the mod rewrite settings, but the error page now shows "Category 'abc/letter A/cat 1' does not exist."

Last edited by:

iplay: Apr 29, 2008, 11:14 AM
Quote Reply
Re: [iplay] SSH In reply to
Hi,

Yeah, its a mistake in the Readme - I'll get it fixed up :)

You need the following rewrite codes added:


Code
RewriteEngine On 

RewriteRule ^letter_(.*)/cat_([0-9]+)/$ /cgi-bin/alpha.cgi?letter=$1&catid=$2 [L]
RewriteRule ^letter_(.*)/cat_([0-9]+)/p_([0-9]+)/$ /cgi-bin/alpha.cgi?letter=$1&catid=$2&nh=$3 [L]


Cheers
Andy
Programmer/Designer/LinksSQL Freak Cool

http://www.ultranerds.com
http://www.imagesql.com