It was not meant as a proxy ..I never even used it more than two times ..that too 2 months back ..You can check the server logs..Please understand .There is no fault from my side in context of using it as a proxy server .I have been a member for about a year now .Please give me another chance
I don't know what crude proxy is ..Please Reinstate my account.engi.php was used because my other website was blocked at my work. so i used to administer it from this script "engi" was the name of my other site
It works fine on the browser ..It was working fine until two days ago.The email i am talking about is set in the C Panel ..which also stopped two days back
The Cron Job I set "php /home/kmarkiv/cron.php" is not working since yesterday .I even stopped receiving emails regarding its execution..Please Reactivate it ..Thanks
i tried using cg-bin to run shell scripts .. they worked fine .but now ..
its causing a problem ..it does not execute
heres my script
#!/bin/bash
# get today's date
OUTPUT="$(date)"
# You must add following two lines before
# outputting data to the web browser from shell
# script
echo...
My account is suspended but my control panel says its fine .. all others whose accounts are being moved atleast are notified in their control panel .. Please find out whats wrong ...
btw i am on lotus
i don't think its the problem with my code .. they worked fine for a long time until recently after the update they stopped working
through rewrite i want to hide the extension of a cgi file
e.g. website.com/forms/form
must redirect to website.com/forms/form.cgi
btw
does not wrk with adding...
Sorry for the delayed reply ..
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.cgi -f
RewriteRule ^(.*)$ $1.cgi
is the code for apache rewrite to hide .cgi extension
the cron job php code is php /home/kmarkiv/***/***.php