Pretty URL format customization
Permalink
Hi Community,
I have Pretty URL enabled.
What I have:http://www.my-domain.com/en/about-us/contact-us...
What I need:http://www.my-domain.com/contact-us...
Of course without having to modify the sitemap structure.
So basically: how can I formulate that rewriting rule in .htaccess?
Thanks!
I have Pretty URL enabled.
What I have:http://www.my-domain.com/en/about-us/contact-us...
What I need:http://www.my-domain.com/contact-us...
Of course without having to modify the sitemap structure.
So basically: how can I formulate that rewriting rule in .htaccess?
Thanks!
It may be core code is generating the URL's using a script someplace else as the pages are not physical pages but stored within the database then query'ed using PHP.
I would start by playing around with the .htaccess file, this article may point you in the right direction on editing the .htaccess file.
http://net.tutsplus.com/tutorials/other/using-htaccess-files-for-pr...
Good luck!