Clean Ecwid URLs

Learn more about the Clean Ecwid URLs Adobe Muse widget

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

Enter the full URL to your store
# Add the code that will be
# generated here to your .htaccess file.
Generate Code

Discussion