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 13583 Dec 15, 2009, 12:55 AM
Thread Re: [colintho] Category Home URL and Canonicalization
Andy 13307 Dec 15, 2009, 1:16 AM
Thread Re: [Andy] Category Home URL and Canonicalization
colintho 13267 Dec 15, 2009, 2:50 AM
Thread Re: [colintho] Category Home URL and Canonicalization
Andy 13285 Dec 15, 2009, 2:53 AM
Thread Re: [Andy] Category Home URL and Canonicalization
colintho 13161 Dec 15, 2009, 3:17 AM
Post Re: [colintho] Category Home URL and Canonicalization
Andy 13203 Dec 15, 2009, 3:28 AM
Thread Re: [colintho] Category Home URL and Canonicalization
Matthias70 13185 Dec 15, 2009, 9:51 AM
Thread Re: [Matthias70] Category Home URL and Canonicalization
Andy 13252 Dec 15, 2009, 10:22 AM
Thread Re: [Andy] Category Home URL and Canonicalization
Matthias70 13189 Dec 15, 2009, 10:29 AM
Thread Re: [Matthias70] Category Home URL and Canonicalization
Andy 13239 Dec 15, 2009, 10:31 AM
Thread Re: [Andy] Category Home URL and Canonicalization
Matthias70 13189 Dec 15, 2009, 10:39 AM
Post Re: [Matthias70] Category Home URL and Canonicalization
Andy 13226 Dec 15, 2009, 11:00 AM
Thread Re: [Andy] Category Home URL and Canonicalization
Matthias70 13174 Dec 15, 2009, 11:49 AM
Post Re: [Matthias70] Category Home URL and Canonicalization
Andy 13236 Dec 15, 2009, 12:03 PM
Thread Re: [colintho] Category Home URL and Canonicalization
brewt 13168 Dec 15, 2009, 12:12 PM
Thread Re: [brewt] Category Home URL and Canonicalization
Matthias70 13140 Dec 15, 2009, 12:22 PM
Thread Re: [Matthias70] Category Home URL and Canonicalization
brewt 13194 Dec 15, 2009, 12:31 PM
Post Re: [brewt] Category Home URL and Canonicalization
Matthias70 13137 Dec 15, 2009, 12:38 PM