0
votes
1answer
9 views

The procedure entry point EVP_md2 could not be located in the dynalic link library

When i try to run cURL in command-line i got message the procedure entry point EVP_md2 could not be located in the dynalic link library D:\wamp\www\apps\curl\libssl32.dll. any help with any idea to ...
0
votes
1answer
18 views

Mod_Rewrite issue on shared hosting (Godaddy & Laravel 4)

I've got an issue with mod_rewrite and Laravel 4 on a shared hosting. I have renamed public to lvrp. The rename itself is fine, and has been tested on my localhost. However, when uploading to ...
0
votes
3answers
26 views

Disable PHP Sessions for a URL Path

I want sessions working on this path: domain.com/sessions and I want them turned off for this path: domain.com/sessions-off Any idea on how I can do this? Once you've called session_start(), how ...
0
votes
1answer
18 views

Deny access to sub folders but not files

here's what I aim to do. I have in my public folder numerous folders like images, css, javascript and I want to deny access to these folders but not files within them. Which seemed easy but then ...
0
votes
1answer
18 views

How to allow only same domain requests for specific directories with .htaccess?

I have some directories (let's say engine/) that should be accessed only by specific php codes sitting in public directories, so no external access needed at all. How to restrict every access beside ...
0
votes
1answer
38 views

How to limit speed for some users with apache?

I'm just wondering if there is any apache web server module that supports limiting speed with the option of adding specific IP/user account to an allow list for a none-throttled speed...
-1
votes
0answers
13 views

Apache restrict web access custom users [closed]

To use as an example, lets say my /var/www looks like this: public UserA UserB UserC All directories must be accessible via a browser (www.example.com/{public|UserA|UserB|UserC}) on the client ...
1
vote
3answers
39 views

PHP change url in browser

I am trying to implement a SEO friendly URL. I have a user detail page which has the url schema as such "$_SERVER["HTTP_HOST"]/[user-name]/[user-id]. I use the [user-id] to query user information in ...
0
votes
0answers
15 views

RewriteCond checking file existence on parent directory

I'm trying to redirect all requests to a script if the requested file or directory doesn't exist, but I need to improve this .htaccess in order to check if the file exists on the parent folder. I ...
0
votes
0answers
6 views

Xampp WARNING terminating worker thread 0 Apache started [port 80] in windows

Xampp WARNING terminating worker thread 0 Apache started [port 80] Microsoft Visual C++ 2008 SP1 Redistributable Package (x86) is what is needed so: ...
1
vote
2answers
45 views

PHP $_POST empty on remote submission

If I post data to a test script on my web server (from a remote source) the $_POST array is empty but HTTP_RAW_POST_DATA has the posted information. Data posted locally with a form works fine. The ...
1
vote
0answers
32 views

apache httpd using up mem until hang

It appears we might have a (growing) memory issue in our apache httpd somewhere. Quick pic: http://screencast.com/t/NGAzarD87O Notice that it's been running fine on the original (physical) ...
0
votes
2answers
24 views

$_SERVER['DOCUMENT_ROOT'] only working in htdocs not sub-folder

I am not a PHP dev so please excuse any dumb question i might ask. I am trying to move a php website from htdocs root in to a sub folder. but when I do this it breaks the paths. example: ...
0
votes
1answer
23 views

PHP Warning: PHP Startup: Unable to load dynamic library '…' failed to map segment from shared object: Cannot allocate memory in Unknown on line 0

Im getting the following on my developer machine. PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20100525/gd.so' - /usr/lib/php5/20100525/gd.so: failed to map segment from ...
-1
votes
1answer
21 views

what's the difference between PHP_SELF, SCRIPT_NAME and REQUEST_URI in PHP? [duplicate]

all is said in the title. What is the difference between the three properties ? I've been testing the value of them and all what I can say is they are similar. However because I'm a standard freak, ...

1 2 3 4 5 483
15 30 50 per page