I have a php application running on LAMP. All the form information needs to be stored in Database. When the user does not submit the form more than 30 min, tries to submit later the php session variab
a little problem that\'s itchying me for the last months. First the good news: with the help of a massiv SO community I was able to rewrite my ugly urls into nice ones: e.g. website.com/page.ast?ln=nl
I built a simple action in symfony which generates a PDF-file via wkhtmltopdf and outputs it to the browser.
I have written a custom filefield AudioFileField. For this i created a check if a file really is a valid audiofile. To be able to do that, i use the sox commandlinetool, so i have to create a file on
I\'ve set up a couple of \"domain aliases\" for a website which I\'m using as cookie-less sub-domains, so static.domain.com/style.css serves the same file as www.domain.com/style.css.
I need to rewrite an开发者_如何转开发d redirect all access to a directory to another host. I\'m using Symfony2 framework and the .htaccess is in the /web directory (also the root of the virtualhost) a
I\'m trying to install xsendfile 开发者_如何学Con Amazon\'s own Linux AMI with this command: yum install mod_xsendfile
I hope someone can give me a hand with this. I have 2 IPs that I can use to do this and need to host 2 different secure (SSL) domains on the same Apache server. I\'ve read that as of Apache 2.2.someth
if we have $url = \"http://subdomain.domin.ext/somepath/file.php\"; how to get the domain.ext when I used
DISCLAIMER - I am total PHP noob - looking for some help/tips on how to debug this problem... I have a PHP/CakePHP based app running on Linux/CentOS and MySQL.