python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to disable the download of files in an Apache2 webserver?
I took over a website which I'm supposed to admin and somebody brought to my attention that certain Indexes and Files are available, which shouldn't be. I will be using dummy names.
You were able to a...
Doppelgott
Votes: 0
Answers: 1
Config apache server of symfony application for vue-router history mode?
I know this question is quite common but I do research all day and none of these work.
I have developed a commercial web app. Backend api use symfony, while frontend use vuejs.
These two communicate t...
Jonathan Smith
Votes: 0
Answers: 0
Apache rule based on http status and on response status
I want to create an apache rule based on the user agent AND on the http response.
For example, I want a rule that says: if user-agent=test and the status of the request based on this user agent=503, r...
Warok
Votes: 0
Answers: 2
apache .htaccess redirect regex
I need this redirect 301 rule in apache .htaccess:
/catalog/{category_slug}/{product_slug}
to
/product/{product_slug}
example:
/catalog/cat1/prod1 to /product/prod1
/catalog/cat1/prod2 to /product/...
Simone Grimani
Votes: 0
Answers: 2