After enabling (seo) friendly urls Modx (v. 0.9.6.1p2) gives your home page an alias of "1" (when it has no alias). Here's how to fix it.
Tag Archives: modx
Fix Modx Home Page Alias Problem
26-Sep-08Link Big Image in MaxiGallery (ModX)
22-Nov-07Use <a href="[+maxigallery.path_to_gal+]big_[+maxigallery.picture.filename+]">Download full res version</a> to refer to the big version of the MaxiGallery image in any of MaxiGallery templates. For instance, if you are using Lightbox (lightboxv2) the code in file assets/snippets/maxigallery/templates/gallerypicturetpl.html is originally <a href="[(base_url)][+maxigallery.path_to_gal+][+maxigallery.picture.filename+]" rel="lightbox[maxigallery]" title="[+maxigallery.picture.title:htmlent+] - [+maxigallery.picture.descr:htmlent+]"> In the lightbox window, show link to the big image by adding <br […]