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 cause due folder permission error, or apache issue, please contact your host provider and let them fix it for you.
You can find the layout files in ./themes/default/layout/
The files extention is .html
You can edit the stylesheet from ./themes/default/css
The main style file is: style.css
Login to PayPal, then click here: https://developer.paypal.com/developer/applications/create
Set your app name, and email address and click Create App
On the top right side, you can see two tabs, SandBox and Live, click on live.
Copy the client id and secret id, then save them on Admin Panel > Settings > Payment Settings.
Make a copy of ./themes/default/ folder, rename it, open ./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 change them from ./themes/default/layout/emails/
You can change it from ./themes/default/img/icon.png
You can edit the footer from: ./themes/default/layout/footer/
You have to get a site key from https://www.google.com/recaptcha/
Once you got the site_key, you can add it in Admin > Settings > Site Settings > reCaptcha key. Make sure to add the site key not the secret key.
You edit the profile page from: ./themes/default/layout/timeline/content.html
You can block from .htaccess: http://www.htaccesstools.com/block-ips/
The PayPal configuration are wrong. Please make sure the access keys are correct and make sure it's live or sandbox in Admin Panel > Settings > Payment Settings.
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 ./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.