suraj.shatika
New member
- Sep 6, 2022
- 8
- 1
- 3
Hi dear
send latest updated version code 6.2.0 Update date 04/09/2022
yes i have updated this with 6.2.0 4th sept 2022 relased
source code not found
I just updated to this version & this problem is solved. Thanks @sakhmart
Please check @prerna @kabat32 & update to this
Download Active CMS 6.2.0
this is not 4th sep versionHi dear
send latest updated version code 6.2.0 Update date 04/09/2022
You are welcome. this is bug free released of issued by author on 1st sep 2022
this is not a 4/09/2022 version because the product details page display an error.Dear Babiato Member here is the latest version of Active Ecommerce CMS 6.2.0 released date 4th September 2022
Download Now 6.2.0 / 04-09-2022
Clean Version Not Nulled
version: 6.3.0 (06/09/2022)
- Reorganized Role Permission System
- Minor Bug Fixing
Thanks for updatingtuton012 updated Active eCommerce CMS with a new update entry:
V6.3.0
Read the rest of this update entry...
Thankstuton012 updated Active eCommerce CMS with a new update entry:
V6.3.0
Read the rest of this update entry...
default .htaccess cannot use?If anyone has some .htaccess files for cyberpanel / litespeed server would be cool for me. Just the mainpage loads , all other 404.
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews -Indexes
</IfModule>
RewriteEngine On
# Handle Authorization Header
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} (.+)/$
RewriteRule ^ %1 [L,R=301]
# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>
# Disable index view
Options -Indexes
# Hide a specific file
<Files .env>
Order allow,deny
Deny from all
</Files>
## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access plus 1 year"
ExpiresByType image/jpeg "access plus 1 year"
ExpiresByType image/gif "access plus 1 year"
ExpiresByType image/png "access plus 1 year"
ExpiresByType text/css "access plus 1 month"
ExpiresByType text/x-javascript "access plus 1 month"
ExpiresByType application/x-shockwave-flash "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 year"
ExpiresDefault "access plus 1 days"
</IfModule>