Forum: Apache configuration
06-18-2012, 04:05 PM
|
|
Replies: 5
Views: 1,053
|
Forum: Apache configuration
06-15-2012, 06:53 PM
|
|
Replies: 5
Views: 1,053
|
Forum: Apache configuration
06-13-2012, 04:17 PM
|
|
Replies: 5
Views: 1,053
I'm working with Rahul on this...
1) URL...
I'm working with Rahul on this...
1) URL rewrite is what we want, thanks for clarifying.
2) Let's say we want all pages, after the domain name to be handled by environment_test.php. How would...
|
Forum: PHP
01-29-2012, 06:13 PM
|
|
Replies: 3
Views: 448
Awesome!
Any idea on how "effective" this...
Awesome!
Any idea on how "effective" this is? Any feedback on if it's pretty effective?
If it's just grabbing the extension and not actually checking the file it may not be much different than...
|
Forum: PHP
01-29-2012, 05:53 PM
|
|
Replies: 3
Views: 448
Check content type in PHP
In PHP, when a script uploads a file from a user, is it possible to check the mime type of the file?
Something like this...
$uploaded_type = METHOD_FOR_GETTING_TYPE_OF_FILE($uploaded);
if...
|
Forum: Apache configuration
01-29-2012, 04:55 PM
|
|
Replies: 1
Views: 750
.htaccess to serve image files only
Is there a way using .htaccess to make sure the files in that directory are only served using a safe content type?
We have an upload script that checks the filesize and the extension of files...
|