home/coopserp/public_html/.htaccess 0000644 00000000351 15152651204 0013426 0 ustar 00 <IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
DirectoryIndex index.php
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
home/coopserp/public_html/wp-content/uploads/popularfx-templates/siteground-migrator/.htaccess 0000644 00000000112 15152666250 0027216 0 ustar 00 <FilesMatch '^(index.php)$'>
Order allow,deny
Allow from all
</FilesMatch>