Magento Navigation Bar is not appearing after uploading it to server - magento

I've recently built a Magento Store website using xampp at my local server and after all the build I uploaded it into the server and then tried to start, it does not show the top navigation bar.
I tried adding the categories in the catalog again and reindexing the indexers of Magento using SSH. Also tried to refresh all the cache.
On Localhost:
Image of Localhost
On Server (Hostgator):
Image of Server

Related

Configuring Media Server Prestashop 1.7

I setup a subdomain and created an alias in such a way that the subdomain displays same content as the main domain.
However, when I setup the subdomain in the media server section of my Prestashop, it completetly distort the display of the website.
I regenerated the .htaccess and cleared cache but it does not solve the problem.
How do I effectily setup the media server?

New website not showing default page in IIS 8.5

I’m having trouble trying to view my default page or other web application on a newly created site (New Test Site) on IIS 8.5 for Windows 8.1. I included a directory that contains an html page (test.html) outside of the ‘inetpub’ folder.
Add website window
Physical Path: C:\royalcenters
Type: http
IP Address: All Unassigned
Port: 80
I already arranged the ‘test.html’ page to the top of the list of ‘Default Document’ tab.
List of default pages
However, when I ran the new website on a web browser, the page doesn’t appear. It only shows an error page.
I’m trying to run the website with my computer as the server, so does anybody have any ideas on how to on how I can run the new website on my machine? Thank you.
first things first goto http://localhost/ and see if it works. It should show the IIS Welcome page with version number. If you get a 503 error check if the default app pool is stopped for some reason. If other errors then need to fix those before proceeding to test your html page.
Try hosting that page under the site "Default Web Sites" that comes pre-built with IIS . It uses the default port 80. So if you want to create your own site you need to use a different port number when you create that new site from IIS manager gui.
The default website typically points to a physical folder : c:\inetpub\wwwroot\
so copy your test.html page to the above folder and test by going to the URL : http://localhost/test.html
if it works then Try to create a new Web Site using directions from here (Step 2) below. You can leave the hostname blank if you only intend to use the URL from your local PC. the url will be http://localhost:port/
http://www.iis.net/learn/manage/creating-websites/scenario-build-a-static-website-on-iis#02
EDIT:
so when you are at this screen when creating a new wesite :http://i.stack.imgur.com/1YwVG.jpg
do this :
Sitename = Site01
Apppool = DefaultAppPool (Make sure its started)
Physical path = C:\inetpub\Site01 -- Need to create and grant full rights to Everyone (for now but need to change later to a specific windows account )
Port : 8090
Hostname = Blank
Click Ok
Copy test.html to C:\inetpub\Site01
Browse to http://localhost:8090/test.html

How to develop a magento webisite on localhost?

I moved my live site in the localhost. Website was developed in CMS which is Magento. Now I don't know how to edit it or further develop the website. I have Magento installed on my localhost.
Problem 1. website does not work on local-host. but the first page
only, all the other pages shows missing 404.
Problem 2. How do I develop magento website offline on local-host?
website does not work on local-host. but the first page only, all the other pages shows missing 404.
The most likely cause of this is your localhost webserver does not (if it's apache) have mod_rewrite enabled.
Problem 2. How do I develop magento website offline on local-host?
You develop it by editing its files!

Magento sites showing blank frontend and backend

I have 3 magento sites in a single server: www.site1.com, demo.site1.com, site2.com. All 3 magento sites were working fine.
Then, all of a sudden, site1.com's frontend and backend showed blank. Now demo.site1's frontend is showing blank, and admin panel is working fine. site2.com is working fine for both frontend and backend.
Why these sites are showing blank in frontend and backend? We are using amazon server, with only 60% space used.
delete maintainance. flag file or rename it.... it's present tin root of the magento site : Service Temporarily Unavailable Magento?

Magento not using appropriate URL - 404 Page not found

I have a magento site running locally using WAMP and it works great. However I need to create a different site so I created a folder for this new site under htdocs.
In that folder I loaded the Magento files.
Created a new database for newsite with all rights in phpmyadmin.
Went to the localhost:8888/newsite and started Magento installation wizard.
In the configuration section of the wizard I entered all the info required: db name, user, password. For URL Base I used the default (http://localhost:8888/newsite). Selected allow charts and Allow apache rewrites. Finished installing magento.
Now magento is running on newsite. I can see the front and back-end of the site.
Here is the problem: When I create a category and/or subcategory, magento does create the menu link but when I click any category, the browser takes me to a 404 not found. Upon analyzing the URL that took me there i see that the URL is : http://localhost:8888/newsite/category.html BUT by adding "index.php" into the URL (http://localhost:8888/newsite/index.php/category.html , the page does work!
So this means magento IS creating the page for the category but the linking is somewhat wrong.
Now, I've been making sure that rewrite is enabled and after all, the other site I mentioned I have is working properly, so I assume rewrite is properly enabled.
So I need help finding:
Why is one site working and the other isn't?
How can I fix this issue?
Thank you!
Sounds like you haven't copied over the .htaccess file (in your Magento root folder). You need this file for the Apache rewrites to work.

Resources