After activate SSL, i got error in my navigation Menu.
Our Base URL: http: // www.mydomain.com
Our Secure URL: https: // mydomain.com (without www)
Our Problem is: I stay in my Account (or) view cart (or) checkout page, after that I decide to go back to my category menu (fashion), so i click fashion menu in Main Navigation but it is going back home page (with Secure URL), not going to fashion menu pages. if i click company logo, it is going base URL. after that, i can go to fashion pages.
normally, we don't need to all activate SSL for pages. only login, my account and checkout page.
Anybody know how to solve problem? pls let advice me. Thanks.
have you try using some trick .htacess redirect?
basicly if you don't want using SSL for all page you can setup domain redirect using .htaccess after you add redirect code on htaccess you need erase cache on var/cache/
Related
My website like www.example.com. I need to go to redirect a url as 'press.example.com' when click on the blog. I went through a lot of reference but could not find any solution. How can I change the url for only the blog page. Any help would be appreciated.
Normally this is done by creating a custom menu item which links to an external link, as this is a separate site the blog settings in the example.com website are not relevant in this case.
I created a wordpress site, you can check it here http://www.enterhelix.com/shan/wordpress4.5/ , as I wanted it to be in a separate domain, so I created a domain http://www.pioneersurgicalsystems.in/ and copied all files and folder in the root of pioneersurgicalsystems.in including DATABASE. If you open pioneersurgicalsystems.in/ in your browser it will open, but if you click in any categories then you will be redirected to 404 page. After Googling I found a solution and edit config.php file and added
define('WP_HOME','http://www.pioneersurgicalsystems.in');
define('WP_SITEURL','http://www.pioneersurgicalsystems.in');
and edited functions.php file of my theme and added the following code
update_option('siteurl', 'http://www.pioneersurgicalsystems.in');
update_option('home', 'http://www.pioneersurgicalsystems.in');
But still it does not work, everything is okay and working fine in the first link, but it is not working in the second link in which I want the site to be hosted, can anyone help me..?? Thanks
Could you please save permalink again?
Step 1 : Goto wp-admin->setting->permalinks
Steps 2 : After save changes
If you are able to login in admin and only home page is open. other pages in not able to open then please first login to admin. and then from setting menu go permalinks menu and there from first select other option again select format (like post name) which you want like this way new .htaccess is created your problem will solved.try this your problem will solved
go to Settings->permalinks save your Permalink Settings.
Unable to login in magento admin panel on localhost also not redirecting the admin panel login page in magento
http://localhost/foldername1/Magento/admin/
I also tried from the below url
http://127.0.0.1/foldername1/Magento/admin/
SHOWING ERROR MESSAGE:
Whoops, our bad...
The page you requested was not found, and we have a fine guess why.
If you typed the URL directly, please make sure the spelling is correct.
If you clicked on a link to get here, the link is outdated.
What can you do?
Have no fear, help is near! There are many ways you can get back on track with Magento Store.
Go back to the previous page.
Use the search bar at the top of the page to search for your products.
Follow these links to get you back on track!
Store Home | My Account
Also in my magento 2.0.4 there is no "code" folder inside app folder to change the varian.php file
Please help
Thanks in advance
Try to put /index.php/ before admin in the url:
http://localhost/foldername1/Magento/index.php/admin/
The Problem:
Set the home page of WordPress to a specific Paid Memberships Pro checkout page (I don't want this to be done via a custom page template). Example:
User visits: http://www.example.com/
They're redirected to: http://www.example.com/membership-account/membership-checkout/?level=1
HIDE the URL, so that it reads simply as:
http://www.example.com/ (the user never knows they've been redirected to a different page template)
What I've tried:
Set the home page to /membership-account/membership-checkout/ via the admin (this url is missing the query string ?level=1). Doesn't work because I'm trying to target this specific membership level. Site redirects to /membership-account/membership-levels/
Modify .htaccess to Redirect the user to the desired page, and then RewriteRule back to the root domain...results in a redirect loop error.
Thoughts for how to approach this?
PMPro developer here. The checkout page requires that ?level=1 parameter or it will try to redirect to your levels page.
There are a few ways to override this behavior by basically telling PMPro which level to assume on the checkout page if none is given. Here is one option, add this to your wp-config.php, active theme's functions.php, or a custom plugin:
define("PMPRO_DEFAULT_LEVEL", "1");
Alternatively, you can set $_REQUEST['level'] in some code directly.
Hope this helps.
Using this in the .htaccess file should do the trick. This will still display as www.example.com in the URL bar but display the membership page.
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ /membership-account/membership-checkout/?level=1 [L]
I am new to Magento. My client assigned me a task. I completed the task mostly, but one thing that I don't understand and also my client don't understand. When I preview the home page from admin panel, I get this page opened.
But I open live website, this page opens:
When I put content on CMS page in admin panel, it gets visible on page preview, as you can see the heading Google Maps, I put this string in content, but is not visible in the live page. What's going on there, I don't understand. Please help me to solve this problem.
Website URL: http://spacedookie.com/
http://spacedookie.com/ is site landing page and http://spacedookie.com/home is cms page.
Magento have provide any cms page to set as landing for the site.
According you site your site default layout is 1col but this cms page layout 2-col right
You need redirection 301 http://spacedookie.com/home to http://spacedookie.com/
check 301 for Magento, redirect the url from "www.domain.com/home" to base url "www.domain.com"
Goto admin>CMS>Pages>Select your home page > then goto Design tab select page layout
1colums and save it
Go to system >> Configuration >> Design and check your selected package and theme under each scope. mainly under default config.