Support

Admin Tools for WordPress

#30947 I think Admintools block โ€œ wp-admin/admin-ajax.phpโ€ that is needed for asynchronous JavaScript requests

Posted in ‘Admin Tools for WordPress’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Environment Information

WordPress version
n/a
PHP version
n/a
Admin Tools version
n/a

Latest post by tampe125 on Monday, 18 February 2019 08:48 CST

Chacapamac
I think Admintools block “ wp-admin/admin-ajax.php” that is needed for asynchronous JavaScript requests for some themes and some google functions.

I add it to the ok htaccessmaker list ?

nicholas
Akeeba Staff
Manager
No. The .htaccess Maker explicitly allows .php files in wp-admin and its subdirectories maint, network and user. It does not block the wp-admin/admin-ajax.php file. Check if your file has the following rule:
RewriteRule ^wp-admin/maint/[a-zA-Z0-9-]{1,}\.php$ - [L]

If not, run the .htaccess Maker again. This rule was added in the stable version.

Nicholas K. Dionysopoulos

Lead Developer and Director

๐Ÿ‡ฌ๐Ÿ‡ทGreek: native ๐Ÿ‡ฌ๐Ÿ‡งEnglish: excellent ๐Ÿ‡ซ๐Ÿ‡ทFrench: basic โ€ข ๐Ÿ• My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!

Chacapamac
Yes, the line is in there, meaning I don’t need the exclusion ?

RewriteRule ^wp\-admin\/admin\-ajax\.php$ - [L]

tampe125
Akeeba Staff
Hi, I'm taking this ticket since Nicholas is currently busy.

Yes, the line you posted is the correct one. There's no need to add any exception since it's already taken care of.

Davide Tampellini

Developer and Support Staff

๐Ÿ‡ฎ๐Ÿ‡นItalian: native ๐Ÿ‡ฌ๐Ÿ‡งEnglish: good โ€ข ๐Ÿ• My time zone is Europe / Rome (UTC +1)
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!