yellowpimento/thewshop/master/.htaccess
SetEnv PHP_VER 5 # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /2013/ RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /2013/index.php [L] </IfModule> # END WordPress