Welcome To Snipplr
Everyone's Recent Other Snippets Tagged wordpress
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
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
4696
posted 12 years ago by telltec
plugins reside in the plugins folder
wp-content/plugins
The following code must go at the top of your plugin file
0
1047
posted 14 years ago by redconservatory
Add this piece of code in your .htaccess file located in wordpress root directory
0
1111
posted 14 years ago by kirichev
Apache can be used to ban undesirable people and bots from your website. With this code, we’re telling Apache that everyone is allowed to visit our blog except the person with the IP addresses
1
1227
posted 15 years ago by mariusscheel