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 redirect to HTTPS in htaccess file in my framework setup?
I've built a php website working all fine with all the redirects except for http:// versions.
So I'm trying to edit my main .htaccess file to prevent http:// showing the error "NOT SECURE", ...
Omer
Votes: 0
Answers: 1
How to disable redirect /web/xxxxxx with 2 domains on Liferay?
I am using liferay DXP 7.0 sp4. I have to handle multiple sites in a single portal instance. For e.g. I have multiple sites name as :
Name : Site1, Friendly URL : /site1
Name : Site2, Friendly URL : /...
val.brlt
Votes: 0
Answers: 0
Redirection of a path url to its base url
I need to redirect some urls to their original base url, for eg if if i have the below url
https://example.com/path/to/something
it should be redirected to the below
https://example.com
Any way i can ...
display989
Votes: 0
Answers: 1
Nginx Location Passing Issue
I'd like to use a nginx proxy to pass certain directorys on my webserver to another directory.
i want example.com/somedirectory/* to send it back to example.com/somedirectory/
How would I do that?
I'v...
Halsi
Votes: 0
Answers: 1