php - Login form downloads log file -
php - Login form downloads log file -
i have linux (apache) server joomla @ host. recently, html forms started download page each time submitted. download e.g. index.php, not same content. content same every time:
status: 303 connection: close date: tue, 21 oct 2014 15:58:49 gmt location: http://example.com/administrator/index.php server: apache/2.2.22 vary: accept-encoding content-encoding: gzip content-length: 20 content-type: text/html; charset=utf-8 client-date: tue, 21 oct 2014 15:58:51 gmt client-peer: 194.63.000.000:80 client-response-num: 1
after refreshing page after file downloaded, logged in.
sounds error apache server , php. have tweaked settings recently? instead of form executing action specify (the php login script example) web server not serving content browser downloading it.
php html forms
Comments
Post a Comment