Forum Moderators: Robert Charlton & goodroi
example.com/photos/landscapes/?g2_page=5
to:
example.com/photos/landscapes/5
and at the same time coverts:
example.com/photos/landscapes/park-autumn.html
to:
example.com/photos/landscapes/park-autumn/
I can choose to have the first set or the second set. Obviously the page number looks cleaner after it's been converted, and I like that the html extension is gone...but will the trailing slash cause any indexing problems?
Thanks
As long as your rewrite code on the server properly rewrites the appended-slash URL to the correct script with the correct name/value pairs in the query string, you'll be OK.
Jim