Welcome To Snipplr
Everyone's Recent Snippets Tagged htaccess
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Rewrites url to appear like the additional domain appears independently hosted, however, only appropriate for a temporary web page as other pages throw an error.
0
1031
posted 13 years ago by hotdiggity
This snippet will stop people from snooping in your Apache directories. This is useful if you have directories containing files, but no index HTML/PHP document.
1
997
posted 13 years ago by f6design
Open up your terminal and type in the following commands to show hidden files (such as a .htaccess file).
0
989
posted 13 years ago by BFTrick
Useful for WordPress installations that need more than 32M of memory
0
1104
posted 13 years ago by Huskie
Created by me as a quick and secure way of creating a username and password for basic authentication via a .htpasswd file on an Apache server.
A live demo is available at http://www.chrishair.co.uk/supgha/
Thanks.
0
1048
posted 13 years ago by hairzo
Add these lines to your .htaccess file to increase PHPs file upload size limit to 20Mb
0
1155
posted 13 years ago by shodan_uk