ProDisplay
New member
- Feb 13, 2019
- 17
- 19
- 3
okay thanksHello, i have the last version, when i go home, i upload it
Hi thanks for uploading resources, you don't have the extended license to help nullers?The last version but not Extended.
I need the Extended version because i can charge user
Download StoreGo SaaS v1.6.0 - Online Store Builder Nulled Free
v1.6.0 - April 26th 2021 - Big Thanks To @ProDisplay & Nulled By @Tomz
Fixed Minor Bugs. Fixed
@Tomz not working I tried both nulled and untouched versions, when nulled it can't be installed. error 500.How Null
Go To: main_file\vendor\symfony\http-foundation\Response.php
open Response.php and find this code in line 451 & 461
and change this 2 line like thisPHP:return $_string_header;
enjoyPHP://return $_string_header;
![]()
problem back to some config bro@Tomz not working I tried both nulled and untouched versions, when nulled it can't be installed. error 500.
when untouched install and then comment the code still gets error 500.
I see he didn't send the fix on comments but someone says it's an easy fix.problem back to some config bro
![]()
Discussion on StoreGo SaaS - Online Store Builder | CodeCanyon
Browse the largest script and code marketplace on the web. Find WordPress plugins, jQuery plugins, Javascript, CSS and more. Save time, Buy code.codecanyon.net
check htaccessI see he didn't send the fix on comments but someone says it's an easy fix.
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews -Indexes
</IfModule>
<Files .env>
Order Allow,Deny
Deny from all
</Files>
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_URI} !(\.css|\.js|\.png|\.jpg|\.jpeg|\.gif|robots\.txt|\.ico|\.woff|\.woff2|\.svg|\.ttf)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !^/public/
RewriteRule ^(css|assets|landing|storage|installer|js)/(.*)$ public/$1/$2 [L,NC]
</IfModule>