url with joomla folder - php

I have downloaded one joomla live site folder.set up configuration file and database .But it's giving me error sever not found.
actually my url is http://local.host/foldername/
But it takes www.localhost.com/foldername/
what is the problem with my folder?what can i do for it?

Add www.localhost.com to your hosts file to point to 127.0.0.1.
On Windows it's in C:\Windows\System32\drivers\etc\.

Related

WAMP localhost server folder not accessing by using browser

I have installed WAMP on my PC. Successfully Installed. I can access phpmyadmin, localhost. When I'm trying to access my local project folder using localhost it's showing a blank page. Here's my local project path URL.
C:\wamp64\www\phpproject.
I clicked on phpproject on localhost. Please check the below image. Observe the URL
When I type manually by using "localhost/phpproject/" it's working fine and showing files list. I want to know the reason why this occurs. I googled a lot but didn't find the exact reason. Somewhere I read about changing the value in index.php in the www folder.
*($suppress_localhost ? 'http://' : '')
change http:// to http://localhost/ *
But now the latest version is having a different value in it. Please explain the reason and solution.

Wamp server not showing localhost\website

I am trying to connect to wampserver. I have all setting done and wampserver is online. but when I try to connect to the folder then the url of site is loading as http://website instead of http://localhost:8899/website. because of this i am getting website not found error. How can I solve this?
Maybe you have an .htaccess in that folder or maybe your site is configured to redirect you to http://website, you should check the .htaccess or the site configuration file.
Every project you add to your main folder will open this way if you try to open via WAMP's panel in http://localhost/ , unfortunately.
I think this can be configured, but I don't know how to do so.
You can type the address manually as http://localhost/website. This should work.
Another solution is to make aliases, that'd work.

codeigniter live domain setup issue

On local CI setup is working fine but when I uploaded on server it shows this error:
Your system folder path does not appear to be set correctly. Please open the following file and correct this: index.php
I have tried some of the changes like change the system folder path but nothing seems to work.
Instead of uploading all the files to server, first install ci on server, Check if you are able to view welcome page. Once you can see welcome page, upload other files

Path in Magento gets wrong when uploaded to webbserver

So I have been developing a e-commerce page locally using Xampp with Magento, it has been going fine until I tested the page on a hosting-site. Something with the paths is wrong.
For example, locally when going to a page it's
localhost/exampleRootDirForMagento/ExampleProductCatagory
But when using a hosting service and I try
example.com/ExampleCatagoryProduct
I get an 500 Internal Server Error. But however if i try
example.com/index.php/ExampleCatagoryProduct
on the hosting service the page loads. But then all the links on the page is wrong.
So in some magically way when I uploaded it to the hosting service the path needs a index.php before entering the the product category. I haven't found anything on this matter so if anyone has any ideas of how this index.php appeared and how to get rid of it, i would be appreciative.
This because Apache rewrite failed. You have to upload .htaccess (get original from magento package or upload one from your localhost) file in your hosting, in magento root directory.

Magento not working after migration server and change URL

I have moved a magento site rackspace windows cloud server to another windows server that have plesk installed.
After migration I have changed my base URL from core_config_data to plesk site preview link and deleted all files from cache folder, Now when I am trying see my site using plesk site preview link firefox giving The page isn't redirecting properly error, on Chrome giving This webpage has a redirect loop error.
I have checked my plesk preview link with other files and see link is working fine but only magento not opening.
Any one know how to fix this?
URL Rewriting depends on your .htaccess file, so there are a couple of things to check:
web/seo/use_rewrites in core_config_data should be true.
when you created your tarball, did it include . files in the root directory especially .htaccess?
If you used tar -cvf archive.tar * then it may have missed them. (Nice "feature" of *nix).
Check that your httpd.conf has AllowOverride All, otherwise your local .htaccess will be ignored.
Did you changed both of "web/unsecure/base_url" and "web/secure/base_url"? if you changed only one - it can be not working.

Categories