꧁~LilyCea~꧂ · @alcea
45 followers · 3102 posts · Server pb.todon.de

list dirs

(Byebye 403 access error.
I'm not my tihi)

#codealcea #changing #htaccess #php

Last updated 1 year ago

AskUbuntu · @askubuntu
179 followers · 1924 posts · Server ubuntu.social

How to set Header set Access-Control-Allow-Origin in apache2 config file AWS

askubuntu.com/q/1477725/612

#server #apache2 #amazonec2 #aws #htaccess

Last updated 1 year ago

Andy Broomfield Web Dev · @andybroomfield
104 followers · 365 posts · Server phpc.social

Any .htaccess experts out here?
I'm trying to set an environment variable that I can then read in the .htaccess file using RewriteCond %{ENV:VARNAME} value[NC]

Or basically, I'm trying to simulate Acquia envrionment variables to test something in my htaccess configuration. Is this something I could set in httpd.conf or pass in for testing?

#htaccess #webdev

Last updated 1 year ago

David Emmett · @motomatters
424 followers · 1753 posts · Server masto.ai

Just used this tool to check my Apache redirect rules. Very useful.

htaccess.madewithlove.com/

#apache #url #htaccess

Last updated 1 year ago

Nicolay Lilicre 🧮📐 · @nicolay_lilicre
273 followers · 941 posts · Server piaille.fr

@pasqualeberesti J'ai eu aussi pas mal d'essais-erreurs dans la configuration de mon .htaccess 😩
Comme mon site n'est que en HTML (et que je n'y connais pas grand chose en 🙃), j'ai persévéré avec le . 😆

Mais je suis curieux de connaître la suite de ton côté. 😉

#php #htaccess #web #security #siteweb #securite

Last updated 2 years ago

Nicolay Lilicre 🧮📐 · @nicolay_lilicre
272 followers · 921 posts · Server piaille.fr

J'ai testé pas mal de site que j'ai pour habitude de visiter. Et ils sont, pour la plupart, classé F. 👀

Ai-je perdu mon temps...? Je ne pense pas puisque j'ai appris des choses. 🧑‍🎓👍

Puis, aujourd'hui, je peux me targuer d'avoir le même score de sécurité que ! 😆

#mozilla #securite #siteweb #htaccess #mozillaobservatory

Last updated 2 years ago

Nicolay Lilicre 🧮📐 · @nicolay_lilicre
272 followers · 914 posts · Server piaille.fr

Bon... J'ai essayé de faire au mieux avec (observatory.mozilla.org/) pour améliorer la sécurité de mon site. 🔐

Bien que je pense que cela n'ait pas une utilité crucial, j'ai appris pas mal de chose dans ce travail ! 🤓

J'ai le droit à un B+. Je vais me satisfaire de cela ! 😃

#mozilla #observatory #securite #siteweb #htaccess #ssl #mozillaobservatory

Last updated 2 years ago

Albert Cardona · @albertcardona
1628 followers · 1438 posts · Server mathstodon.xyz

@mlanger @Sheril @mrbadger42

You are welcome! See also the cheatsheet on disabling image hotlinking: htaccesscheatsheet.com/#disabl

#htaccess

Last updated 2 years ago

Albert Cardona · @albertcardona
1628 followers · 1438 posts · Server mathstodon.xyz

@mlanger @mrbadger42 @Sheril

Of course. There are many examples online, here is my .htaccess:

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(albert|www)\.rierol\.net/.*$ [NC]
RewriteRule \.(jpg|png|jpeg|gif)$ - [F]

Means:
Line 1: switch on.
Line 2: calling page can't be nothing.
Line 3: calling page can't be anything other than my own (sub)domains.
Line 4: if the file has an image extension, then fail.

#

#httptips #htaccess

Last updated 2 years ago

KB · @decembr14
5 followers · 153 posts · Server mastodon.scot

For folks running Apache or Nginx web servers, the most excellent Jeff Starr has just released the 8G Firewall (Beta).

perishablepress.com/8g-firewal

#htaccess #security #nginx #apache

Last updated 2 years ago

Jeff Starr · @perishable
33 followers · 117 posts · Server mastodon.social
Sergio Perea · @sperea
64 followers · 253 posts · Server masto.es
Alessio Pomaro · @alessiopomaro
45 followers · 136 posts · Server mastodon.uno

⚒️ Esistono diversi tool che permettono di capire se un file contiene errori di sintassi. 

🤔 Ma quanti spiegano gli errori logici?

🧠 Questo è un esempio di applicazione di in un file htaccess cui non ci sono errori di sintassi, ma logici che non è semplice trovare prima di constatare il problema online.

 

#htaccess #chatgpt #ai #seo

Last updated 2 years ago

David Roessli · @davidroessli
60 followers · 368 posts · Server mastodon.social

tester tool by Madewithlove is a game changing tool if you have to meddle with Apache's mod_rewrite rules. Not only did it helped me debug my regex issue, but playing with it helped me learn how to better code my rules 😍

davidroessli.com/logs/2023/01/

#htaccess

Last updated 2 years ago

OpenXE ERP Project · @openxe
9 followers · 29 posts · Server fosstodon.org

We just released our new 1.7!

New: Upgrade system

- System upgrades from frontend or console
- ZIP download from will automatically be converted to an upgradable system
- upgrade, schema export and conversion

Misc.:

for and PDF background, Multi DB, security

#version #github #database #bugfix #shopware #htaccess #openxe #warenwirtschaft #erp #freiesoftware #wawision #Xentral #crm #ticketsystem #freesoftware #mysql #git #foss #floss

Last updated 2 years ago

OpenXE ERP Project · @openxe
9 followers · 31 posts · Server fosstodon.org

We just released our new 1.7!

New: Upgrade system

- System upgrades from frontend or console
- ZIP download from will automatically be converted to an upgradable system
- upgrade, schema export and conversion

Misc.:

for and PDF background, Multi DB, security

#version #github #database #bugfix #shopware #htaccess #openxe #warenwirtschaft #erp #freiesoftware #wawision #Xentral #crm #ticketsystem #freesoftware #mysql #git #foss #floss

Last updated 2 years ago

OpenXE ERP Projekt · @openxe
6 followers · 21 posts · Server mastodontech.de

Wir haben soeben unsere neue 1.7 veröffentlicht!

Neu: Upgrade-System

- Systemupgrades aus dem Frontend oder der Konsole
- ZIP-Download von wird automatisch in upgradefähiges System umgewandelt
- -Upgrade, Schema-Export und Konvertierung

Sonstiges:

für und PDF-Hintergrund, Multi-DB, Sicherheitsfunktion

#version #github #datenbank #bugfix #Shopware #htaccess #openxe #Warenwirtschaft #erp #freiesoftware #wawision #Xentral #crm #ticketsystem #freesoftware #mysql #git #foss #floss

Last updated 2 years ago

Sergio Perea 🇪🇸 · @sperea
28 followers · 138 posts · Server masto.es
Bazza · @bazza
479 followers · 4882 posts · Server mograph.social

¿Alguien sabe como hacer una regla para personas autorizadas en ?

Intente con:
%{LA-U:REMOTE_USER}
%{REMOTE_USER}

Pero realmente no se donde buscar...

#htaccess

Last updated 3 years ago

Thomas Kujawa · @thomaskujawa
130 followers · 2867 posts · Server social.tchncs.de

Danke, Jörg.

Ich bin zwar nicht Markus, aber mir hat's trotzdem geholfen.

joergs-forum.de/weiterleitunge

#parameter #weiterleitung #htaccess

Last updated 3 years ago