.htaccess problems
-
Hi,
I’m having .htaccess problems.
This is my htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Okay, so my root is stevenbao.com/
.htaccess is in stevenbao.com/
wordpress root is stevenbao.com/So I upload backup.tar.gz to stevenbao.com/, making stevenbao.com/backup.tar.gz.
I try to access it in my browser, and it gives me my homepage.
Why? Thanks
edit- it gives me the 404.php page.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘.htaccess problems’ is closed to new replies.