Getting a internal server 500 error..
checked error logs, this is what I get..
[Wed Sep 5 10:51:18 2007] [alert] [client 204.8.190.2] /home/***/public_html/.htaccess: RewriteRule: cannot compile regular expression '^([a-z-_]+).html$'\n
took off ***
Search found 3 matches
- Sep 05, 2007 3:58 pm
- Forum: XFileSharing Free
- Topic: Error...
- Replies: 1
- Views: 4886
- Aug 06, 2007 12:17 pm
- Forum: XFileSharing Free
- Topic: I ordered XUpload like a week ago..
- Replies: 1
- Views: 5318
I ordered XUpload like a week ago..
Is there anyway I can get a discount for THIS product? THIS is what i was really looking for, but it wasn't out yet, so I basically just modified XUPload but this would work better..
- Jul 31, 2007 7:06 pm
- Forum: XUpload
- Topic: rename files to unique id
- Replies: 3
- Views: 4111
Can you clarify which part of this needs to be changed??
Code: Select all
my ($fn,$ext) = $filename=~/^(.+)\.(.+)$/;
$fn=$filename unless $filename=~/\./;
$fn = substr($fn,0,$c->{max_name_length});