Please make sure that the .htaccess file is uploaded to your server and updated to latest version.
If the file is exists, but you still face this issue, please contact your host provide, and let them enable mod_rewrite.
If you are using a VPS with Ubuntu Linux installed, please follow this guide.
If you use Nginx in your server, please follow the last step in the installation page.
This may cuase due folder permission error, or apache issue, please contact your host provider and let them fix it for you.
If you can't upload large files, go to Admin Settings > Site Settings > Max upload size and increase the value, if you still can't upload large files, please contact your host provider and let them increase the upload limit and max_execution_time.
This means your server couldn't connect to our servers, please contact your hosting provider, and let them whitelist the IP 104.168.248.20
If you still can't auto update your site, you can still update your site manully (Recommended)
You can find the layout files in ./apps/default/{PAGE}/templates
The files extention is .tpl
You can edit the stylesheet from ./apps/default/main/static/css
The main style file is: style.master.css
Welcome page styling file is: style.welcome.css
Make a copy of ./apps/default/ folder, rename it, open ./apps/YOUR_THEME/info.php and change the requested info there.
Once you have changed the info, save the file, go to you admin panel -> design -> themes, and you'll find your theme there, under your theme name, click on activate.
You can do that by cleaning the table pxp_hashtags located in script database.
You can block from .htaccess: http://www.htaccesstools.com/block-ips/
You can do that from Admin Panel > Languages > Add New Language
You can set it on Admin > Settings > Site Settings > Default Language
Make sure you have SSL working on your domain, and $site_url is set to SSL version in ./sys/config.php file.
Open .htaccess file, under "RewriteEngine On", copy and the paste the code below:
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
Availability to answer questions, Answering technical questions about item’s features, Assistance with reported bugs and issues, Help with included 3rd party assets.
Any customization request will be ignored.
Please make sure to read more about the support policy.