Posts by cpbox • 45 points
3 posts
-
1
votes1
answer498
viewsQ: How to redirect only one directory to http instead of https?
I have a Mac store that is configured to use https on the front. But I need a directory to force the use of http. How can I do that? I tried using the following in htaccess: RewriteCond %{HTTPS} off…
-
3
votes1
answer21
viewsQ: How to save form data only if it comes from a particular website?
Hello, I have a form that is being used on another site and saving in my database, through a php action that is on my server. But I would just like to save the data if the form comes from the domain…
-
0
votes1
answer47
viewsQ: Problems with float and position Absolute
hello, I’m trying to make a kind of menu like this: https://jsfiddle.net/ofjw7cah/1/ However, I would like the text to open in 100% width and occupy the whole line. As I am using bootstrap, I could…