Hi, I am trying URI guidesin my dev environment. But the configuration goes back to Legacy SEO setting when I restart.
New values
/&mvt:page:code;.html
/kategori/&mvt:category:code;.html
/produkt/&mvt:product:code;.html
Those are back.
/<mvt:if expr="NOT ISNULL l.settings:page:slugified_title"><mvt:eval expr="tolower( l.settings:page:slugified_title )" /><mvt:else><mvt:eval expr="tolower( l.settings:page:slugified_name )" /></mvt:if>.html
Do you have any advice. I followed the guides....
I read "https://www.miva.com/forums/forum/online-merchants/miva-merchant-9/701466-uri-s-what-am-i-missing"
And my .htacess has some rewrites. Are those stopping me in my update?
#Force WWW
#RewriteEngine On
#RewriteCond %{HTTP_HOST} !^www.cigarrummet.com$ [NC]
#RewriteRule ^(.*) http://www.cigarrummet.com/$1 [L,R=301]
### Begin - Inserted by Miva Merchant
DirectoryIndex /miva/merchant.mvc
RewriteEngine On
RewriteRule ^miva/admin.mvc? - [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-s
RewriteRule ^produkt/([^/.]+).html$ /miva/merchant.mvc?Screen=PROD&Product_code=$1 [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-s
RewriteRule ^kategori/([^/.]+).html$ /miva/merchant.mvc?Screen=CTGY&Category_code=$1 [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-s
RewriteRule ^produkt/([^/]+)/([^/.]+).html$ /miva/merchant.mvc?Screen=PROD&Category_code=$1&Product_ code=$2 [QSA,L]
André
New values
/&mvt:page:code;.html
/kategori/&mvt:category:code;.html
/produkt/&mvt:product:code;.html
Those are back.
/<mvt:if expr="NOT ISNULL l.settings:page:slugified_title"><mvt:eval expr="tolower( l.settings:page:slugified_title )" /><mvt:else><mvt:eval expr="tolower( l.settings:page:slugified_name )" /></mvt:if>.html
Do you have any advice. I followed the guides....
I read "https://www.miva.com/forums/forum/online-merchants/miva-merchant-9/701466-uri-s-what-am-i-missing"
And my .htacess has some rewrites. Are those stopping me in my update?
#Force WWW
#RewriteEngine On
#RewriteCond %{HTTP_HOST} !^www.cigarrummet.com$ [NC]
#RewriteRule ^(.*) http://www.cigarrummet.com/$1 [L,R=301]
### Begin - Inserted by Miva Merchant
DirectoryIndex /miva/merchant.mvc
RewriteEngine On
RewriteRule ^miva/admin.mvc? - [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-s
RewriteRule ^produkt/([^/.]+).html$ /miva/merchant.mvc?Screen=PROD&Product_code=$1 [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-s
RewriteRule ^kategori/([^/.]+).html$ /miva/merchant.mvc?Screen=CTGY&Category_code=$1 [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-s
RewriteRule ^produkt/([^/]+)/([^/.]+).html$ /miva/merchant.mvc?Screen=PROD&Category_code=$1&Product_ code=$2 [QSA,L]
André
Comment