2
votes
2answers
105 views

clean urls issue using .htaccess in php project

I am working on a php laravel project. I am currently facing issues with .htaccess file. I have following .htaccess <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / ...
1
vote
2answers
88 views

SVN Checkout folder as local webroot

I have XAMPP installed and running. I have an SVN working directory (WD) on my local that checks out from the repository. I set up a virtual host in xampp to point to my WD, but my browser (FF) gives ...
2
votes
1answer
119 views

http request terminating early

I noticed that on some of my sites, images were occasionally not getting downloaded fully. After a bit of investigation it appears that it is not restricted to images - .css, .js etc were also ...
0
votes
0answers
56 views

How can I benchmark my servers network speed? [closed]

I´ve rented a server online and i wonder how to check the bandwidth possibilities of my rented server. My problem is that I only own a 16.000 kbit/s internet connection and i want to know if it is ...
0
votes
0answers
10 views

Purchasing web hosting for PHP + PostgreSQL + Apache [duplicate]

Possible Duplicate: How to find web hosting that meets my requirements? thought of posting here since I know folks here are much experience in this. I spent my overnight finding some web ...
0
votes
0answers
15 views

Using an Apache server to host the site to the world [duplicate]

Possible Duplicate: What things required to host a website at home Instead of getting a domain name (ex. www.google.com), I want to host my site on my mac using Xampp control and have the ...
1
vote
2answers
96 views

Hosting an apache server from my mac

I created a website with PHP and JS. I want to send my IP address to a friend who is in another state and let him see it. My site is loaded by xampp. How could I do this?
1
vote
0answers
25 views

Dedicated Servers: Is one better then two for LAMP pseudo HA setup? [duplicate]

Possible Duplicate: How to find web hosting that meets my requirements? I know there are zillions of commentary about hosting out there, but I haven't read much about this. Our current ...
1
vote
2answers
3k views

NginX redirect to PHP file if image does not exist on file server

This is what I am trying to do. I am not familiar with Nginx enough to create custom rewrite rules like you can with Apache. It would be greatly appreciated if someone could help me with the Nginx ...
0
votes
4answers
3k views

Chmod 777 to a folder and all contents on Apache web server

I have just got new hosting for my website and I have a directory /www which I put all my website files within and a folder in that directory called 'store'. Within 'store' is several files and ...
6
votes
2answers
636 views

Does using Litespeed instead of Apache speed up wordpress?

I've read that Litespeed is alot faster than apache. I use mostly wordpress and joomla sites and am looking for a new server. Will i see a significant increase in speed of wordpress being on a ...
2
votes
5answers
464 views

Is it dangerous to keep Thumbs.db on a web server?

Windows Thumbs.db system files that are in most of folders were uploaded with all other files from the localhost to the server. Is it dangerous, if you forget to delete them on the server? I am on ...
0
votes
1answer
221 views

How can I prevent people from looking at a listing of files in parent directory if I haven't uploaded index.html? [duplicate]

Possible Duplicate: How to restrict the download of all files in a folder? I haven't uploaded index.html or index.php to my root directory. How can I prevent people from looking at a ...
5
votes
4answers
122 views

WebHosting solutions allowing self-made Apache modules [duplicate]

Possible Duplicate: How to find web hosting that meets my requirements? I am searching for a web hosting solution that would allow me to use my own Apache modules written in C. Have you ...
1
vote
2answers
3k views

how can I change cpanel default page to index.php / index.html

I have created a new domain and uploaded index.html to public directory. but it isnt displaying and cpanel default page is displaying instead. how can I change the same??