Tuesday, 29 November 2016

How Enable template path Hint? in magento 1.9.1 version

step 1. goto system-> developer
 then adjust dashboard according to this image

after that refresh your frontend page.

Saturday, 26 November 2016

how to reduce i/o memory of hosting from Cpanel

step1: goto cpanel dashboard then goto php process and kill all process.
step2: now goto file manager and remove temp folder which is down of public_html
step: now you goto cpanel and see in left side your i/o memory is reduce in large amount.

change base url if you install in local or server magento project

step 1: goto magento database then search core_config_data then click on this and change  1st: web/secure/base_url and 2nd: web/unsecure/base_url , if doing this
step 2: now goto our magento root folder app/etc/local.xml change database name, user, pass
step 3: now go to root folder and var/cache/files remove all.
now you access success fully. thanx

how Check magento verison

The copyright notice in /skin/frontend/default/default/css/styles.css is already a good indicator.

Magento 1.9.1.1         Copyright (c) 2006-2016 X.commerce, Inc. (http://www.magento.com)
Magento 1.9         Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
Magento 1.8         Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
Magento 1.7         Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
Magento 1.6         Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
Magento 1.4.1-1.5   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
Magento 1.4.0       Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
Magento 1.0-1.3     Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)

Friday, 7 October 2016

How to redirect contact form7 to thank you or other page after submit form

Contact form 7 plugin is videly used in wordpress for contact form. if you want to redirect another page after submit form in contact form 7. then follow few steps.
Step1: First you make thank you page . then you goto contact form7
Step2: then you goto additional setting  here you put this code of line.
on_sent_ok: "location.replace('/thank-you/');"
change your page name according to your information.  

Monday, 1 August 2016

How to restart your VPS Server or hosting server?

You know every hosting server is our own (different) ip address; select your server IP address and paste in google url
like that  103.195.100.72 and the you paste this :4643/vz/cp. now your link is look like
103.195.100.72:4643/vz/cp

then loging here and you see top of the dashboard restart serevr option . click on restart server your server is restart now ...

Monday, 25 July 2016

Remove public folder from .htaccess file in laravel

Put this code in root folder in .htaccess file. public folder showing problem shortout.
RewriteEngine On

RewriteCond %{HTTP_HOST} ^{http://ask4admission.com/}.{public} [NC]
RewriteRule (.*) http://www.{http://ask4admission.com/}.{public}/$1 [R=301,L]

RewriteCond %{http://ask4admission.com/} !public/
RewriteRule (.*) /public/$1 [L]