1
vote
3answers
22 views

Chrome Ubuntu loading apache2's localhost instead of remote website

I'm a web developer and do local development through apache2 on localhost. However, sometimes when going to remote websites, well known websites like sky.com or bbc.com instead of loading that ...
0
votes
2answers
39 views

Is there a way I can transfer all my web sites on localhost to a new computer?

I have a whole set of web sites on my Ubuntu computer that I use for testing and development. I don't host them on the internet, I just access them locally for design and debugging. Each one is built ...
2
votes
2answers
25 views

trouble accessing www folders - permission or ownership?

Trying to access a folder inside /var/www with: cd layout I get the following response: bash: cd: layout: Permission denied When I list the details, I get: drwxrw---- 7 www-data www-data 4096 ...
0
votes
2answers
93 views

How do i completely remove otrs and fix my previous localhost

I followed a guide on how to install and configure otrs, it didn't work. Now When I tip in Firefox localhost it cannot connect to it. I tried to remove everything, but still no luck. I removed ...
0
votes
1answer
63 views

Video runs locally but not on apache 2 server

I have a simple html page in which i am running video using html5 tags, when i run that page using firefox it runs the page and video properly. But when i run this page by setting the apache server ...
1
vote
0answers
40 views

How to install Joomla in Ubuntu as localhost? [duplicate]

Possible Duplicate: How do I set up local Joomla sites for web developing? I have installed the lamp-server but i stuck in one certain step.. For those who are not familiar with Joomla ...
0
votes
1answer
65 views

How to define specific urls like 'localhost'?

The same way 'localhost' in the url points to /var/www/ I would like to put http://courses/somehting/somthing/moresomthings/.... and it would always point to /var/www/courses.php This is to work on ...
1
vote
2answers
246 views

500 Error on index.php file

I have found a question very similar to this, which I thought would solve my problem. However, after changing my .htaccess file, with index.php on the end of the list, and then index.php as the only ...
0
votes
2answers
2k views

Can't find Localhost files

Hope you can help. This is my first time trying Ubuntu/Linux. I am logged in as root I have downloaded and installed LAMP and PHPMYADMIN. I get the test page under localhost say that It works and is ...
2
votes
2answers
3k views

Where is the root directory of localhost

I installed php5 from the Software-Center and it came along with Apache2. Where is the localhost root folder where I can put up my files How can I install mysql database along with phpMyAdmin after ...
1
vote
1answer
137 views

Rename localhost folder. Gives empty screen

I'm trying to rename my apache2 localhost folder. I have already gone to /etc/apache2/sites-enabled/site-name and changed the following lines in the Document: DocumentRoot /home/user/public_html ...
1
vote
2answers
5k views

Unable to connect to localhost in browser after installing XAMPP successfully

I have successfully installed XAMPP 1.5.3 following this guide on Ubuntu 12.04 and it started with no errors. $ sudo /opt/lampp/lampp start Starting XAMPP for Linux 1.5.3a... XAMPP: Starting Apache ...
0
votes
1answer
291 views

Apache2 stops working after running a2ensite command

I had my LAMP server crushed for some reason. That's why I've completely removed it and installed once again. Installation was successful and "localhost" is working fine. However every time I'm trying ...
3
votes
1answer
230 views

How to forward ports on the same Ubuntu machine? I want my webserver be available on 80 and 8880 port

How do I forward ports on the same Ubuntu machine? I want my webserver be available on 80 and 8880 port. Or maybe I could making my apache listening not only on 80 port, but also on 8880? Is that ...
3
votes
2answers
611 views

How can I share this local site to not use a sub directory?

I'm working on a site locally that's just sitting in a folder: localhost/tempplace How can I route, with Apache2, that to be like: tempplace:8890 Or just something so it's not a sub ...