Recent content by payments1975

  1. P

    .htaccess Problem

    Hello, If I place the following .htaccess code, I'm unable to access the admin area http://domain.com/admin/ It redirects me back to the main page. RewriteEngine On RewriteCond %{REQUEST_URI} ^(.+)\~s$ RewriteRule ^(.*) stats.php?u=$1 [L] RewriteCond %{REQUEST_URI} ^(.+)\~d$ RewriteRule ^(.*)...