Clean Ecwid URLs Resources Generators htaccess Clean Ecwid URLs This rewrite will allow you to enable clean URLs in your Ecwid store in Adobe Muse. Read this post to learn more. Example # Example of valid markup RewriteRule ^[^.]+$ . RewriteCond %{REQUEST_URI} ^(.*)\/store\/(.+)css\/(.*)$ [NC] RewriteRule ^ %1\/store\/css\/%3 [R=301,L] RewriteCond %{REQUEST_URI} ^(.*)\/store\/(.+)script\/(.*)$ [NC] RewriteRule ^ %1\/store\/script\/%3 [R=301,L] RewriteCond %{REQUEST_URI} ^(.*)\/store\/(.+)assets\/(.*)$ [NC] RewriteRule ^ %1\/store\/assets\/%3 [R=301,L] RewriteCond %{REQUEST_URI} ^(.*)\/store\/(.+)images\/(.*)$ [NC] RewriteRule ^ %1\/store\/images\/%3 [R=301,L] Generator Enter the absolute URL to your store. For example: http://example.com/store.html Store URL Enter the full URL to your store .htaccess code # Add the code that will be # generated here to your .htaccess file. Generate Code Discussion