SAHIL
Forum Replies Created
-
Well this doesn’t seem to be the problem related with the plugin.
Currently, when accessed from the mobile your site is redirecting to “m.allgirlygossip.com” and there is no DNS entry for that sub-domain.
Since you mentioned that you have changed the host you might have forgot to add the entry for that sub-domain in the new host.
So adding the DNS entry would make your blog work for mobiles just fine, considering you have moved all the files and migrated the database.
Regards.
Forum: Plugins
In reply to: [New URL Mover] [Plugin: New URL Mover] functions.php problemdoes this plugin work without adding any line to functions.php ??
Forum: Plugins
In reply to: [New URL Mover] [Plugin: New URL Mover] functions.php problemTry this:
<?php define(‘ROOT_URL’,get_option(‘home’)); ?>
or
<?php define(‘ROOT_URL’,site_url()); ?>
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] redirects to default apache pageno it wont matter.. but first before changing them manually try external https elements option of this plugin
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] redirects to default apache pageyou need chrome or firebug extension for firefox..
open your site using https and press ctrl + shift + c and then console tab
if you find any script of file starting from http then dats the culprit …you might have to edit the theme and change the scripts to https..
or just use external https elements option of this pluginForum: Plugins
In reply to: [WordPress HTTPS (SSL)] redirects to default apache pagethe site is working fine but dont use a self signed certificate.. it show untrusted warning in every browser…
ssl certificates of single domain are quite cheap like $10/year..
also some content from google font api is still being loaded using http … check that out .. it will still generate warnings even if you buy a ssl certificate..
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] redirects to default apache pageok.. then i’ll see it tommorow at 4.00 pm..
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] redirects to default apache pageIt will be later this afternoon say 4:00 cst before i could enable ssl. I wouldn’t want to leave it like that for long.
Can u enable it now.. because i live in India and here it is 9:45 PM
at 4:00 cst it would be very early in the morning here..(like 3:30 AM)well enabling ssl and it being redirected to default page wont cause any security issues.. so post the link and i will see it tommorow ..
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] redirects to default apache pageI know that ssl works because phpadmin and sever other GUI’s i use are https.
If you have control panels like Cpanel, Plesk, Webmin then they run their own webserver and have no relation with apache..
can u enable ssl and give me link to your site… so dat i can see wat exactly is happening…??
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] redirects to default apache pageIf i put ssl in my virtual host the entire site changes to ssl
I didnt understand that.. can u explain in more detail ??
do u host a site on vps or a dedicated server ??
glad u got it fixed.. can u please explain in more detail what u did?
eg. like u change the values of records siteurl and home from what to what…
because many people using shared ssl are having problems.. more explanation might help them….
check the wp-config file..
if there are these two values edit remove them and save the file..define('FORCE_SSL_LOGIN', true); define('FORCE_SSL_ADMIN', true);
then u might be able to login normally (using http)
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] redirects to default apache pagemay be ssl is not set for your virtual host(your domain) so it redirects to default page…
check the config file and see whether ssl is set for ur domain..then in mobile switcher settings select Switcher mode: domain mapping .. and type in respective domains ..
this will solve the problem..
Forum: Plugins
In reply to: [Best Google Adsense] [Plugin: Best Google Adsense] Some error in WP 3.1.1ya, u were right. the message did not affect the functioning of plugin. Thanks for reply.