Tagged Questions
0
votes
2answers
4k views
How Do I make a simple .htaccess internal redirect Catch All script while forwarding POST data?
I just want to catch all requests and forward them internally to my catchall page with all POST data intact
Catch all page:
http://www.mydomain.com/addons/redirect/catch-all.php
I've tried so many ...
0
votes
1answer
237 views
Windows Server 2008 R2 Email internal domains
I'm currently using a windows 2008 server with IIS, running PHP as a fastCGI module (don't ask me why lol). Anyhow, the issue is, when using the mail function through php, I can send emails to ...
0
votes
1answer
995 views
500 Internal Server Error coming when large amount of data is POST to a php file around more than 1 mb
Can anyone explain me why 500 Internal Server Error coming when large amount of data is POST to a php file and the data is around more than 1 mb?
0
votes
0answers
46 views
mod_rewrite won't let me load .php-files (but any other file)?
This .htaccess-file seems to do what it should at about 15 different webhosts, except one.
Everything except url:s containing the folder "wwwdocs" should be handled by /index.php
Everything works ...
0
votes
0answers
111 views
Internal Server Error in godaddy server
I am getting the following error when run one file created by php.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please ...
0
votes
0answers
283 views
RewriteRule causing 500 Internal Server Error
I've been developing webshop on hosted server and it worked like charm, nowadays I've decided to develop it local, in WAMP, but my htaccess file gives error 500.
My code:
RewriteEngine On
Options ...
0
votes
0answers
285 views
Apache Internal Server Error when sending email through PHP
I have a script that sends out a number of emails when executed. However, on occasion it gives an "Internal Server Error," but when it does this, it still sends the email. Does this just mean that the ...