Hi,
I've had a relatively easy time migrating to G2 from G1. I've even resolved a GR issue with ~ in the domain name.
The only thing left outstanding is a url-rewriting issue that has appeared in G2 that was not in G1.
My files are all in: /home/cms/public_html/gallery <- I replaced G1 with G2
The url rewriting in G1 would take:
felixtang.org/gallery
and just append the album name
felixtang.org/gallery/outdoors
However, in G2 it expands the initial gallery for some reason (I don't know very much about url rewriting).
felixtang.org/gallery
expands to
felixtang.org/~cms/gallery
How can I remove this expansion of gallery->~cms/gallery? Everything else seems to work except for the unsightly ~cms in the url. Plus the fact that it breaks GR 1.5 at this point.
Thanks for you time,
Felix
G2 URL (optional): felixtang.org
G2 version: 2.0.2
G1 URL (optional): not functional anymore
Posts: 32509
disable and uninstall the rewrite module.
access g2 without the ~cms/ in the url.
install and activate the rewrite module again.
Posts: 4
Thank-you very much. Worked great!
Felix