Skip to content
View in the app

A better way to browse. Learn more.

Clicshopping AI, Free generative artificial intelligence e-commerce Open Source , Open Source Store Onlne

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Use htaccess and SEO Urls

Featured Replies

The version 3.323 allows to use htaccess to rewrite the url.

 

To use this function you must activate in Shop/SEO urls this 2 options

 

1 - Use Search-Engine Safe Native URLs

 

this option rewrites the url like this :

 https://demo.clicshopping.org/index.php/Products/Description/logitech-trackman-marble-mouse/Id-12

 

and

2- Use Search-Engine Safe URLs Pro (with htaccess)

 

This option rewrites the url like this :

https://demo.clicshopping.org/Products/Description/logitech-trackman-marble-mouse/Id-12

 

 

To use the last option, you must include inside your root an htaccess with this syntax. Of course, it can updated in function of your server.

note : This option works only on the catalog without customer, if your are logged you will see the url above. It's optimized only for the search engine.
 

For apache 2.4

##################################
# url rewiting
#improve url rewriting
#work fine without directory https://mydomain.com/test/index.php
#the rewriting must be activated inside the application
# uncomment
##################################

<IfModule mod_rewrite.c>
RewriteEngine On
DirectorySlash Off

#
# Remove WWW
#
RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
RewriteRule ^ https://%1%{REQUEST_URI} [R=302,L]

#
# Remove Trailing Slashes
#
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{THE_REQUEST} \s(.+?)//+[?\s]
RewriteRule ^ %1 [R=302,L]

#
# Reroute to index.php
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

</IfModule>

 

  • ClicShopping changed the title to Use htaccess and SEO Urls
Guest
This topic is now closed to further replies.

Important Information

By using this site, you agree to our Terms of Use

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.