file

phpxplorer: file management software

phpxplorer >>> administration I’m not particularly competent at it, and the documentation/help files are MINIMAL! But it is useful, you can upload stuff easily, and control who can get it,…

.htaccess file problems with wordpress 2.0.2… Help is here

# BEGIN WordPress RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} ^/stats/(.*)$ RewriteCond %{REQUEST_URI} ^/failed_auth.html$ RewriteRule ^.*$ – RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php # END WordPress You can…