Avtar876
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to put your posts under specific pages?Blog in Blog plugin might help you.
Try it.Forum: Fixing WordPress
In reply to: Admin login gets redirected@eric 🙂
Website works fine.. Although loop is created but there is no problem in login from browser.Its just the url with loop that was bothering me. Although it works as normal.
When i am using android wordpress official app, when i click on wp-admin login it opens as wp-login.
Although other functions app like posting new post/page/comment/media upload works fine.Forum: Fixing WordPress
In reply to: Zip file 404 errorPlease somebody help me.
Forum: Fixing WordPress
In reply to: Admin login gets redirectedThere’s no use keeping the caching active if you can’t even login.
I am able to login. There is no problem in login. Though from wordpress app i am not able to login as wp-admin.
Although all functions like new post, page, comment moderation are working from app too.Forum: Fixing WordPress
In reply to: Admin login gets redirected@eric
My .htaccess file is this# BEGIN W3TC Browser Cache
<IfModule mod_deflate.c>
<IfModule mod_headers.c>
Header append Vary User-Agent env=!dont-vary
</IfModule>
<IfModule mod_filter.c>
AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon application/json
<IfModule mod_mime.c>
# DEFLATE by extension
AddOutputFilter DEFLATE js css htm html xml
</IfModule>
</IfModule>
</IfModule>
# END W3TC Browser Cache
# BEGIN W3TC Page Cache core
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteRule .* – [E=W3TC_ENC:_gzip]
RewriteCond %{HTTP_COOKIE} w3tc_preview [NC]
RewriteRule .* – [E=W3TC_PREVIEW:_preview]
RewriteCond %{REQUEST_METHOD} !=POST
RewriteCond %{QUERY_STRING} =””
RewriteCond %{REQUEST_URI} \/$
RewriteCond %{HTTP_COOKIE} !(comment_author|wp\-postpass|w3tc_logged_out|wordpress_logged_in|wptouch_switch_toggle) [NC]
RewriteCond “%{DOCUMENT_ROOT}/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index%{ENV:W3TC_PREVIEW}.html%{ENV:W3TC_ENC}” -f
RewriteRule .* “/wp-content/cache/page_enhanced/%{HTTP_HOST}/%{REQUEST_URI}/_index%{ENV:W3TC_PREVIEW}.html%{ENV:W3TC_ENC}” [L]
</IfModule>
# END W3TC Page Cache core
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressForum: Fixing WordPress
In reply to: Admin login gets redirectedI have w3tc installed & .htaccess is also clean.
Forum: Fixing WordPress
In reply to: Admin login gets redirected@eric
By using razor sql i replaced all xyz.com to xyz.in from my database & uploaded it to phpmyadmin of my new host.Forum: Fixing WordPress
In reply to: Featured Image Does not appear when sharing on FBFetch a new scrape through facebook linter.
Hope this helps.Forum: Fixing WordPress
In reply to: Admin login gets redirectedPlease reply if anybody has any solution..
Thanx in advanceForum: Fixing WordPress
In reply to: Recent automatic 4.4.2 update changed my theme settingsI also faced similar problem with twenty fifteen theme.
Its just frustating..
After that i installed plugin to stop all further updates.
Although i now use different theme with child theme. But i never go for update as i can overwrite my theme changes.
People say wordpress update dont change theme setting but happened to me so i never updated wordpress updates.
I just disgusting to have all your hours of work & mind destroyed by a simple update which is not intended to do that.Forum: Fixing WordPress
In reply to: Admin login gets redirectedEarlier it was redirecting to xyz.com but now since i have replaced all xyz.com to xyz.in in my database. Its creating a loop.
Forum: Fixing WordPress
In reply to: Admin login gets redirected@bukge
I have already replaced xyz.com to xyZ.in completely from my database before migrating to new host.
I think some kind of redirection code is inserted somewhere.Forum: Fixing WordPress
In reply to: Admin login gets redirectedYes its kind of loop..
Actually when i had installed wordpress i entered xyz.com as domain name. I was hosting it with godaddy, I was interested in changing domain so through their hosting manager i changed to xyz.in(since both domain are also registered with godaddy, i selected xyz.in from the drop down option. Pretty simple).
Afterthat i was visiting xyz.in/wp-admin url was changing to this
http://www.xyz.in/wp-login.php?redirect_to=http%3A%2F%2Fwww.xyz.com%2Fwp-admin%2F&reauth=1Then i moved my website to other hosting, i had to change database, so in database i replaced all xyz.com to xyz.in
Now when i visit wp-admin, url changes to
http://www.xyz.in/wp-login.php?redirect_to=http%3A%2F%2Fwww.xyz.in%2Fwp-admin%2F&reauth=1So can you or anyone help me solve this.
My wordpress app is also not able to connect to wp-adim after host migration, it opens wp-login. I deleted the account & saved it again but no success..more-link{ border: 1px solid blue; background-color: #003366; padding: 5px 5px 5px 5px; }Background color is not showing up, only border & padding is working