Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

"Page not found" apache2 mod_rewrite

This discussion is related to the FileUpload addon.
I can't get the link working.
this is my /var/www/vainilla/.htaccess file:


RewriteEngine On

RewriteBase /vainilla
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php\?p=$1 [QSA,L]


the url exist:
http://127.0.0.1/vainilla/uploads/FileUpload/d6/a7df58f6be990391fb16cfd30bab05.zip

but when i access through the link:
http://127.0.0.1/vainilla/index.php?p=/uploads/FileUpload/d6/a7df58f6be990391fb16cfd30bab05.zip
i get 404.

what I'm doing wrong?
Tagged:

Answers

Sign In or Register to comment.