solodave99
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Engine GeoTarget] How to set up WildCard Redirect?Ok I was able to configure the below and it works fine.
function country_geo_redirect() { //get the country $country = getenv('HTTP_GEOIP_COUNTRY_CODE'); //get the URI path of current url $path = $_SERVER['REQUEST_URI']; //create the destination url using the above found path $ca_url = "https://yoursite.ca" . $path; //do the magic if ( $country == "CA" ) { wp_redirect( $ca_url, 301 ); exit; } } add_action('init', 'country_geo_redirect');
Dear Author,
You never written article about how to manually push to live. You keep sending us back to a page which talks about PRO version.
If you are a genuine author, please write an article exclusively for the manual update. Even if it is 500 words.
You are being very deceptive, we have paid for many good plugins and I have no problem paying, but I feel cheated. This makes me spend and write for 1 hour about your deceptiveness.
The worst part is you put the staging DB on the LIVE site DB.
You are just trying to make money off of people by locking them in. though you say it is clear and mentioned in several places. It is not that clear.
What is the purpose of staging site? if you cannot push it back to Live. Even if we have to do manually, there is no clear instruction.
You are also pointing to a page which talks about staging PRO, in between you may have mentioned about free version. But I find it hard to follow the instruction.
Now, we have spend more than 15 days to modify staging site and finally we find that you have locked us in. You are not even using a separate DB, so people cannot easily manually push to live. This is very clever way of making money.
There are people who clearly say the limitation of the free plugin. but you are not. I had to install it because Bluehost suggested me to do so. I will contact them and tell how you are trying to rip off people’s money.
I agree developer needs to be paid, but please be honest and clearly say what the limitations are.
Forum: Fixing WordPress
In reply to: Categories not working after upgrade to 3.1Here is the solution that works.
Disable all the plugin and install this plugin
https://www.ads-software.com/extend/plugins/permalink-fix-disable-canonical-redirects-pack/
A wonderful fix. And Thanks a million to the developer.
My guess is this problem is also caused by ALL in one SEO
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Super Cache and .htaccessI recommand not to use this…
I am with Blue host. It throttled my server…
They dont recommend to use this with WP