Archive | /wp-admin/includes/misc.php RSS feed for this section

save_mod_rewrite_rules

Updates the htaccess file with the current rules if it is writable.Always writes to the file if it exists and is writable to ensure that we blank out old rules.

2805

Continue reading

insert_with_markers

Inserts an array of strings into a file (.htaccess ), placing it between BEGIN and END markers. Replaces existing marked info. Retains surrounding data. Creates file if none exists.

2021

Continue reading

iis7_save_url_rewrite_rules

Updates the IIS web.config file with the current rules if it is writable.If the permalinks do not require rewrite rules then the rules are deleted from the web.config file.

1971

Continue reading