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 13577 Dec 15, 2009, 12:55 AM
Thread Re: [colintho] Category Home URL and Canonicalization
Andy 13301 Dec 15, 2009, 1:16 AM
Thread Re: [Andy] Category Home URL and Canonicalization
colintho 13261 Dec 15, 2009, 2:50 AM
Thread Re: [colintho] Category Home URL and Canonicalization
Andy 13279 Dec 15, 2009, 2:53 AM
Thread Re: [Andy] Category Home URL and Canonicalization
colintho 13155 Dec 15, 2009, 3:17 AM
Post Re: [colintho] Category Home URL and Canonicalization
Andy 13197 Dec 15, 2009, 3:28 AM
Thread Re: [colintho] Category Home URL and Canonicalization
Matthias70 13178 Dec 15, 2009, 9:51 AM
Thread Re: [Matthias70] Category Home URL and Canonicalization
Andy 13246 Dec 15, 2009, 10:22 AM
Thread Re: [Andy] Category Home URL and Canonicalization
Matthias70 13182 Dec 15, 2009, 10:29 AM
Thread Re: [Matthias70] Category Home URL and Canonicalization
Andy 13233 Dec 15, 2009, 10:31 AM
Thread Re: [Andy] Category Home URL and Canonicalization
Matthias70 13183 Dec 15, 2009, 10:39 AM
Post Re: [Matthias70] Category Home URL and Canonicalization
Andy 13220 Dec 15, 2009, 11:00 AM
Thread Re: [Andy] Category Home URL and Canonicalization
Matthias70 13167 Dec 15, 2009, 11:49 AM
Post Re: [Matthias70] Category Home URL and Canonicalization
Andy 13230 Dec 15, 2009, 12:03 PM
Thread Re: [colintho] Category Home URL and Canonicalization
brewt 13162 Dec 15, 2009, 12:12 PM
Thread Re: [brewt] Category Home URL and Canonicalization
Matthias70 13134 Dec 15, 2009, 12:22 PM
Thread Re: [Matthias70] Category Home URL and Canonicalization
brewt 13188 Dec 15, 2009, 12:31 PM
Post Re: [brewt] Category Home URL and Canonicalization
Matthias70 13131 Dec 15, 2009, 12:38 PM