Index: trunk/external/htaccess_for_xrea/readme.txt
===================================================================
--- trunk/external/htaccess_for_xrea/readme.txt	(revision 234)
+++ trunk/external/htaccess_for_xrea/readme.txt	(revision 234)
@@ -0,0 +1,3 @@
+File .htaccess effectively does the Wordpress up-loading by the XREA server. 
+
+Please upload file .htaccess in the wp-admin directory of the XPressME module. 
Index: trunk/external/htaccess_for_xrea/wp-admin/.htaccess
===================================================================
--- trunk/external/htaccess_for_xrea/wp-admin/.htaccess	(revision 234)
+++ trunk/external/htaccess_for_xrea/wp-admin/.htaccess	(revision 234)
@@ -0,0 +1,19 @@
+<files async-upload.php>
+AddHandler application/x-httpd-phpcgi .php
+</files>
+
+<files media-upload.php>
+AddHandler application/x-httpd-phpcgi .php
+</files>
+
+<Files plugin-install.php>
+AddHandler application/x-httpd-phpcgi .php
+</Files>
+
+<Files update.php>
+AddHandler application/x-httpd-phpcgi .php
+</Files>
+
+<Files update-core.php>
+AddHandler application/x-httpd-phpcgi .php
+</Files>
