Boru: RewriteEngine not working

Status
Not open for further replies.

nogdecor

New Member
Messages
3
Reaction score
0
Points
0
Try following lines(or look at my .htaccess):
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ http://dl.dropbox.com/u/3185330/st3/$1 [P,L]

All request ends by timeout.
I tried RewriteBase /,nothing helps.
Something changed?What should I do?

Thanks a lot.
 
Last edited:
Status
Not open for further replies.
Top