# Use PHP56 Single php.ini as default
AddHandler application/x-httpd-php56s .php
# BEGIN WordPress

<IfModule mod_rewrite.c>

RewriteEngine On

RewriteBase /ramantech/

RewriteRule ^index\.php$ - [L]

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . /ramantech/index.php [L]

</IfModule>



# END WordPress
