Skip to content Skip to sidebar Skip to footer
Showing posts with the label Apache

Hide Index.php (or Index.html) Of An Url

When I type the address of my site in a browser (mysite.com), it redirects to mysite.com/index.php.… Read more Hide Index.php (or Index.html) Of An Url

Apache Giving 403 Forbidden Errors

Ok, so i've previously set up two virtual hosts and they are working cool. they both house simp… Read more Apache Giving 403 Forbidden Errors

How To Return Specific Http Status Code In A Plain Html Page

Google recommends returning a 503 HTTP response when a site is temporarily unavailable. I have a f… Read more How To Return Specific Http Status Code In A Plain Html Page

Html Recognizes My Php Code As Comments

I want to create a Chrome app, but I have the same problem as this guy. When I add the .php extensi… Read more Html Recognizes My Php Code As Comments

How To Add A Html Header To All Html Pages Of A Folder Automatically With Htaccess?

I tried this Options +Indexes IndexOptions FancyIndexing VersionSort NameWidth=* HTMLTable Charset=… Read more How To Add A Html Header To All Html Pages Of A Folder Automatically With Htaccess?

Form Submit, Downloads Php

WHen I submit this form it downloads the php script that it refers to. Is it porblem in the code? H… Read more Form Submit, Downloads Php

Redirecting Webpage To A File

Suppose a webpage that presents a table, but with an option to download it as an Excel sheet. The o… Read more Redirecting Webpage To A File

Removing .html Url Extension Using .htaccess Not Working

I'm using the below code to remove .html extention form url, but it is not working.. can any on… Read more Removing .html Url Extension Using .htaccess Not Working