Skip to content

Instantly share code, notes, and snippets.

@jprieton
Created July 1, 2015 14:41
Show Gist options
  • Save jprieton/ccf2ac63b8eccb0c48d3 to your computer and use it in GitHub Desktop.
Save jprieton/ccf2ac63b8eccb0c48d3 to your computer and use it in GitHub Desktop.
Alias for WP_Ajax
# 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