Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Andy] Category Home URL and Canonicalization

Quote Reply
Re: [Andy] Category Home URL and Canonicalization In reply to
Andy wrote:
You wanna remove the index.html from all the URLs?

Give this a go:

strip_indexhtml
Code:
sub {
my $tmp = $_[0];
$tmp =~ s/index\.html//sig;
return $tmp;
}


Then call in subcategory.html (for example), with:

Code:
<%strip_indexhtml($URL)%%>


Cheers

Thanks for your idea, Andy. What do you think could it be changed by .htaccess as well?
I would prefer a change of the .htaccess file :-)

Matthias
gpaed.de
Subject Author Views Date
Thread Category Home URL and Canonicalization colintho 13506 Dec 15, 2009, 12:55 AM
Thread Re: [colintho] Category Home URL and Canonicalization
Andy 13230 Dec 15, 2009, 1:16 AM
Thread Re: [Andy] Category Home URL and Canonicalization
colintho 13191 Dec 15, 2009, 2:50 AM
Thread Re: [colintho] Category Home URL and Canonicalization
Andy 13209 Dec 15, 2009, 2:53 AM
Thread Re: [Andy] Category Home URL and Canonicalization
colintho 13085 Dec 15, 2009, 3:17 AM
Post Re: [colintho] Category Home URL and Canonicalization
Andy 13127 Dec 15, 2009, 3:28 AM
Thread Re: [colintho] Category Home URL and Canonicalization
Matthias70 13108 Dec 15, 2009, 9:51 AM
Thread Re: [Matthias70] Category Home URL and Canonicalization
Andy 13176 Dec 15, 2009, 10:22 AM
Thread Re: [Andy] Category Home URL and Canonicalization
Matthias70 13111 Dec 15, 2009, 10:29 AM
Thread Re: [Matthias70] Category Home URL and Canonicalization
Andy 13163 Dec 15, 2009, 10:31 AM
Thread Re: [Andy] Category Home URL and Canonicalization
Matthias70 13113 Dec 15, 2009, 10:39 AM
Post Re: [Matthias70] Category Home URL and Canonicalization
Andy 13150 Dec 15, 2009, 11:00 AM
Thread Re: [Andy] Category Home URL and Canonicalization
Matthias70 13097 Dec 15, 2009, 11:49 AM
Post Re: [Matthias70] Category Home URL and Canonicalization
Andy 13160 Dec 15, 2009, 12:03 PM
Thread Re: [colintho] Category Home URL and Canonicalization
brewt 13092 Dec 15, 2009, 12:12 PM
Thread Re: [brewt] Category Home URL and Canonicalization
Matthias70 13064 Dec 15, 2009, 12:22 PM
Thread Re: [Matthias70] Category Home URL and Canonicalization
brewt 13118 Dec 15, 2009, 12:31 PM
Post Re: [brewt] Category Home URL and Canonicalization
Matthias70 13061 Dec 15, 2009, 12:38 PM