Created
July 1, 2015 14:41
-
-
Save jprieton/ccf2ac63b8eccb0c48d3 to your computer and use it in GitHub Desktop.
Alias for WP_Ajax
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# BEGIN WP_Ajax alias | |
<IfModule mod_rewrite.c> | |
RewriteEngine On | |
RewriteRule ^alias.php$ wp-admin/admin-ajax.php?%{QUERY_STRING} [L] | |
</IfModule> | |
# BEGIN WP_Ajax alias |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment