Hello,
please, this links in my script not working
xxxx.html or xxxx.htm
ex: http://arabsh.com/6k874y3kiq9s.html
I delete .html , work ! ex: http://arabsh.com/6k874y3kiq9s
But this links, no any problems xxxx/file.zip,html or xxxx
ex: http://arabsh.com/3kl3928dl654
or http://arabsh.com/wqafcyh8221h/1.rar.html
Please, What is the problem ?
I want this links format site.com/xxxx.html is working in my script
I wait your reply, Thanks
XFileSharing Pro - xxxx.html , notwork !?
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
ooops, looks like a bug.
Use this rewrite rule instead old one in .htaccess in htdocs:
Use this rewrite rule instead old one in .htaccess in htdocs:
Code: Select all
RewriteRule ^([0-9A-Za-z\-_]*)/?([0-9A-Za-z]{12})(/[^\/]*|)(\.html?|$)$ /cgi-bin/index.cgi?op=download1&usr_login=$1&id=$2&fname=$3 [L]
Thank for you Pilgrim
Good now
http://arabsh.com/8royev5jrbba.html
I added this line in .htaccess
Code: Select all
RewriteRule ^([0-9A-Za-z\-_]*)/?([0-9A-Za-z]{12})(/[^\/]*|)(\.html?|$)$ /cgi-bin/index.cgi?op=download1&usr_login=$1&id=$2&fname=$3 [L]