Page 1 of 1

Is there a way to remove "category" from URLs?

Posted: 10 Jan 2009, 04:13
by swiftmed
Hey Guys,

My gallery is working perfectly so far, id like to know if its possible to remove the word 'category' from page URLs though when viewing the gallery?

Currently my URLs are showing up in the following layout:
http://www.mileycyrus-online.co.uk/mile ... t-pictures

Is this possible?
Thanks - Andy

Re: Is there a way to remove "category" from URLs?

Posted: 12 Jan 2009, 21:42
by Jan
Hi, the word category is here, because on some servers the SEO without this word produced wrong links (there was not difference between category and image displaying)

see:
components\com_phocagallery\router.php
and comment or remove all 3 items:

if(isset($query['view'])) {$segments[] = $query['view'];}

Jan

Re: Is there a way to remove "category" from URLs?

Posted: 13 Jan 2009, 00:20
by swiftmed
worked perfectly. Thank you Jan.

Re: Is there a way to remove "category" from URLs?

Posted: 16 Jan 2009, 23:30
by Jan
Great to hear it.