Many servers exists with many different configurations, so such issues may happen.
1. try disable mod security in cpanel or ask hosting provider to disable
2. change PHP to 7.2 or 7.3, try this php config: http://iwinter.com.hr/support/?p=17307
3. nginx issues guides: http://iwinter.com.hr/support/?p=6975
4. If issue persists also provide cpanel login and admin login via support ticket: https://geniuscript.com/support/
5.
Regarding hosting providers, we using in our demos cpanel version from:
This list is from our experience with using our plugins and themes by thousands of clients. If you notice some strange behavior please inform us also via support ticket.
Generally when you have some issue first you should try to disable all third parity plugins in WordPress dashboard and when you need some specific feature use some plugin from our compatible plugins list.
Plugins to avoid (will break your website or causing incompatibility issues so avoid at all costs):
Cloudflare
W3 Total Cache
Compatible plugins (will not break your website):
WooCommerce
WPML
Polylang
Loco Translate
WP all import
WP all export
Yoast SEO
Autoptimize
LiteSpeed Cache
Elementor
Neighborhood walker
Subscriptio
User Profile Picture
WP Mail SMTP
…
Extra SEO moduleĀ can replace:
http://website.com/property/31/en/property_title with:
http://website.com/my-custom-slug.htm
This module is very server configuration
sensitive so no guarantee that will work on all servers.
But it is tested on https://www.a2hosting.com/refer/59624 and there works fine.
Guide to configure:
In application\config\cms_config.php add this lines:
$config['slug_enabled'] = TRUE;
$config['alt_enabled'] = TRUE;
Regarding nice SEO slugs:
and in slug.php you should change:
$script_folder = '/property-point/';
to your folder or useĀ '/' if your website was in root folder
additionaly, use htaccess_examples/slug.htaccess, move to www directory and rename to .htaccess
and in .htaccess you should change:
RewriteBase /property-point
to your folder name or leave only '/' if your website was in root folder.
mod_rewrite should be enabled without limitations on server for this...
In application\config\config.php you should have defined:
$config['index_page'] = 'index.php';
You should get Google API key.
Google provided Guide to get API key here: https://developers.google.com/maps/documentation/android-api/signup
My details and guide below:
Continue reading →
sanljiljan Support system