Welcome To Snipplr
Everyone's Recent Apache Snippets Tagged wordpress
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
« Prev 1 Next »
https://www.chrisjmendez.com/2014/09/14/wordpress-htaccess-performance-tricks/
0
1329
posted 10 years ago by chrisaiv
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
1490
posted 12 years ago by lucasoptura
Reduce spam on WP installations (comment spam); this snippet does not look for https referers.
0
1372
posted 13 years ago by no4h
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
1120
posted 13 years ago by f6design
Useful for WordPress installations that need more than 32M of memory
0
1240
posted 13 years ago by Huskie
"We should always be looking for ways to improve the functionality of our blogs. One of the easiest ways to improve our blog functionality and speed is to leverage browser caching."
1
1120
posted 14 years ago by sdxxx
Currently, multisite is easiest to setup under the following conditions: 1) WordPress for main site installed in the root directory 2) Each additional network site is created in its own subdirectory
0
915
posted 14 years ago by j4kp07
The problem
As a WordPress user, you probably know how important the wp-config.php file is. This file contains all of the information required to access your precious database: username, password, server name and so on. Protecting the wp-config.php...
0
1045
posted 14 years ago by josephknight
In addition to the recommendations on the Wordpress Website.
Limit the amount of PHP files that a writable by Apache. The directory's and files that need to be writable, do not always need to be executed by PHP directly.
This makes it a bit har...
1
906
posted 15 years ago by occam
After installing WordPress an .htaccess file with the following code needs to be added to the wp-includes folder.
1
852
posted 17 years ago by m00min
« Prev 1 Next »