Title: Dependency to wp-admin folder
Last modified: October 23, 2017

---

# Dependency to wp-admin folder

 *  Resolved [alexri1](https://wordpress.org/support/users/alexri1/)
 * (@alexri1)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/dependency-to-wp-admin-folder/)
 * Hi,
 * I assume my problem is rather simple.
    My wp-admin folder is password protected.
   If I embed insta-gallery on my page, then the gallery doesn’t load unless you’re
   accessing it in the same browser session where you’re logged in to the wp backend(
   otherwise the enter user/password dialogue for the wp-admin folder pops up).
 * So, is there a way to modify insta-gallery to load correctly without access to
   the wp-admin folder? Can I move certain files needed to the insta-gallery plugin
   folder?
 * Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Karan](https://wordpress.org/support/users/buntisoft/)
 * (@buntisoft)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/dependency-to-wp-admin-folder/#post-9613423)
 * Hi,
    Plugin uses ajax call to load gallery. and i think your all ajax requests
   are blocked, so open .htaccess file in your website(wordpress) root folder and
   add the below code:
 *     ```
       <Files admin-ajax.php>
         Order allow,deny
         Allow from all
         Satisfy any
       </Files>
       ```
   
 * or you can take help from this page:
    [https://barrd.net/blog/technical/whitelisted-admin-ajax-htaccess](https://barrd.net/blog/technical/whitelisted-admin-ajax-htaccess)
 *  Thread Starter [alexri1](https://wordpress.org/support/users/alexri1/)
 * (@alexri1)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/dependency-to-wp-admin-folder/#post-9614684)
 * Thanks for the insight!
    It fixed the problem.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Dependency to wp-admin folder’ is closed to new replies.

 * ![](https://ps.w.org/insta-gallery/assets/icon-256x256.gif?rev=3301774)
 * [Social Feed Gallery](https://wordpress.org/plugins/insta-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/insta-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/insta-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/insta-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/insta-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/insta-gallery/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [alexri1](https://wordpress.org/support/users/alexri1/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/dependency-to-wp-admin-folder/#post-9614684)
 * Status: resolved