Lately I started using the Xaneon Extensions component for Mambo to generate nicer URL’s for my site. The typical /content/view/28/31/ links were starting to irritate me, and I knew there had to be a better way. Not only that, but after digging through the code on my last projects, I noticed that the simple existence of the file components/com_sef/sef.php will cause that to be used instead of traditional includes/sef.php file. This means that the whole Search Engine Friendly capability can be achieved by installing a specifically named component. After looking around I found the Xaneon Extensions project which seemed best because it used this component style SEF ability and it also seemed to have the most features. No modifications to existing sources was impressive too. The one problem I had after using it is that there is no support for the Gallery component. Therefore all the Gallery URL’s take the form /component/ option,com_gallery/ Itemid,28/ set_albumName,73nova/ include,view_album.php/ if my Gallery component fix is used, and even worse, /index.php?option=com_gallery& Itemid=28& set_albumName=73nova& include=view_album.php if my fix is not used. Therefore, I decided to look at the possible solutions and came up with my own Gallery Xaneon Extension and Pathway fix. Both are inspired from the LogicX solution with fixes and design improvements. Read on for the details.