The one thing stopping me from using 4images on my live site is the problem with the URL
After spending several weeks fine tuning and adding lots of great mods to my site on a localhost WAMP test area I just can't get the URLs the way I want them
I've been thru the 27 pages of this MOD:
[Mod] Search Engine Friendly URLs aka Short URLshttp://www.4homepages.de/forum/index.php?topic=6729.0and whilst I quite like the effect
eg.
www.mysite.com/cat-12 www.mysite.com/images-321I can't get my dropdown menu to function with that particular mod
(and also it's not great for Google SEO as it has no category or image name in the URL)
I've also tried the mod on this current thread -
[MOD] Google Friendly Urls For 4images Best Seo Mod - but can't manipulate the URL the way I want because I am struggling with REGEX and the .htaccess, and my own understanding of php coding
I appreciate that you have to have the cat ID and image ID in every URL using this mod but can I split up the long URL with a forward slash? (And remove the .htm extension)
eg. I want:
www.mysite.com/categoryname-12/imagename-43I've also managed to remove the .htm / .html / .php ending successfully but would like to split up the category and the image with a forward slash (/)
because I have sub-categories, the URL currently looks ridiculous and would help if I could have forward slashes like this - category / subcat / image
any suggestions/advice?