python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to configure apache to execute cgi
I'm very new to LAMP and I've tested if php is running on apache server creating a file testing.php and instead of showing php version and stuff it just show exactly the same thing I typed:
<?php p...
Laura Tiemi
Votes: 0
Answers: 1
https://srv-board./login/?redirect_to=http://srv-board/
can anybody tell me how I can rid off the redirect loop.
I found this, but didn't help:
The requested URL /about was not found on this server
The Server is a LAMP Stack with WordPress installed.
Becau...
t0v4
Votes: 0
Answers: 1
MySQL: combining queries for speed
MySQL database with more than 10 million rows. I am currently displaying the first ten results and then counting the total number of matches. The contents of the first ten results are echoed in PHP. T...
Ned Hulton
Votes: 0
Answers: 2
Setup X-Frame Options in a virtual directory
I have a LAMP site setup to translate the URL using mod rewrite from:
index.php?controller=items&method=show&id=4
to:
/items/show/4
I want to set X-Frame-Options: SAMEORIGIN in the root dire...
Michael Bernardo
Votes: 0
Answers: 1