Welcome To Snipplr


Everyone's Recent Snippets Tagged htaccess



« Prev 1 2 3 4 5 ... 9
How to set the PHP maximum execution time and script memory limit in an .htaccess file
0 11101 posted 4 years ago by cerxx
Redirect HTTP to HTTPS in Apache
0 4327 posted 4 years ago by cerxx
There is a domain: domain.ru There are subdomains subdomain.domain.ru and forum.domain.ru domain.ru is configured as a host and is located in the folder ... / www / domain / Subdomains are aliases of the main domain - i.e. lead to the same folder...
0 889 posted 5 years ago by cerxx
This .htaccess actually forces all traffic to https, and allows cakephp app to work properly, as well as letsencrypt to go thru
0 1104 posted 6 years ago by acosonic
This example shows you how to restrict to a specific file or multiple files. Add the following code block and edit the file name/s according to yuor needs.
0 933 posted 6 years ago by apphp-snippets
This example shows you how to force www. or no-www. using .htaccess file.
0 951 posted 6 years ago by apphp-snippets
This example shows you how to create redirection o another directory. It may be useful, for example, when you have a project, placed in sub-directory.
0 821 posted 8 years ago by apphp-snippets
This rewrite will not work on WordPress. It forces .htm and .html files that no longer exist to go to the new .php versions of the pages.
0 1080 posted 8 years ago by jefferis
Statt mit .htaccess kann eine 301-Weiterleitung auch über php erfolgen
0 747 posted 9 years ago by ulfinger
https://www.chrisjmendez.com/2014/09/14/wordpress-htaccess-performance-tricks/
0 797 posted 9 years ago by chrisaiv
This example shows you how to log errors to a file, and prevent showing them to the user. Make sure that the file exists and you're able to write to it.
0 727 posted 9 years ago by apphp-snippets
This example shows you how to remove file extension from URLs using .htaccess file directives. Remember, that "mod_rewrite" works only on Apache server. Before trying please be sure that you are working on Apache server and the "mod_rewrite" module/e...
0 758 posted 10 years ago by apphp-snippets
We know that normally index.html or index.php is the default page for many servers, when visitor types a directory without specifying a file name. You can change this rule with .htaccess:
0 731 posted 10 years ago by apphp-snippets
Redirect all users to access the site WITHOUT the 'www.' prefix
0 837 posted 10 years ago by graceman9
Several tricks for your .htaccess file.
0 719 posted 11 years ago by telltec
Try to run Codeigniter in a subfolder of a Wordpress installation and want to remove index.php for clean URLs? Put this code in a .htaccess file in your codeigniter directory ("cidir" in this example).
0 1693 posted 11 years ago by telltec
In my WP networks, I use a custom 404 page and plugin to answer calls asking for user information from a custom api. The API requires a URL format like this: domain.com/username/ However, users don't ever type a trailing slash, nor should they, so...
0 987 posted 11 years ago by lucasoptura
Removing index.php to url. e.g. www.yourwebsite.com/index.php -> www.yourwebsite.com/
0 641 posted 11 years ago by zwebapp
These two snippets together, the first in the .htaccess file, and the second in your PHP create an elegantly simple solution to arbitrary URLs with php. For a breakdown and example check out the link. Don't want to follow the link, how about the q...
0 721 posted 11 years ago by FatFolderDesigner
.htaccess
0 815 posted 11 years ago by wiryanm
The below code lets you stop access from the remote IPs excluding your local machine IP. This code can be setup where someone wants to provide an internal access and restricting the external access for the web service. - [Automated Predictive Dial...
0 1055 posted 11 years ago by aruldave
How to remove trailing slashes in URL's using .htaccess.
0 691 posted 11 years ago by palimadra
stop bandwidth theft!
1 718 posted 12 years ago by ederfortunatO
Domain ambiguous way of forcing www with htaccess
0 810 posted 12 years ago by klovera
Eine komplette Website mit Linkstruktur auf eine neue Domain weiterleiten
0 656 posted 12 years ago by Perun
Do not allow public to see your dir structure just pleae this code in .htacces Futther reading There are two ways to approach this. The best way to do this is via your .htaccess or httpd.conf file (if you have your own Apache server). If your h...
0 584 posted 12 years ago by webtechdev
This is an .htaccess file for a mod_rewrite php url handler.
0 743 posted 12 years ago by ghost2109
.htaccess snippets to optimize your website in many ways: Redirections, performances, ease of use
2 794 posted 12 years ago by macodev
Reduce spam on WP installations (comment spam); this snippet does not look for https referers.
0 900 posted 12 years ago by no4h
« Prev 1 2 3 4 5 ... 9