Un utilisateur a demandé 👇

Nous avons une page protégée par mot de passe créée à l’aide de l’interface wordpress, ce n’est pas un code personnalisé.

Il y a environ deux semaines, notre page de connexion, les ressources des employés de badgercall, ont cessé de fonctionner pour les utilisateurs qui se déconnectent de notre réseau. Par exemple, si je suis sur un ordinateur au travail, puis-je toujours me connecter sans problème ? Si j’essaie mon téléphone ou un ordinateur non professionnel, est-ce que j’obtiens une erreur ? Action = post-passe. Nous avons déplacé le site en https avec SSL sécurisé. Permaliens modifiés pour correspondre. J’ai vérifié auprès de notre service informatique et ils m’ont dit qu’il n’y avait rien dans les fichiers .htaccess ou ailleurs qui bloquerait les utilisateurs externes. Veuillez noter qu’aucun nouveau plugin n’a été introduit.

Je cherchais des informations sur Internet, mais je n’ai rien trouvé pour résoudre le problème. Je recherche des informations/conseils, si possible, sur ce qui pourrait causer un problème.

Merci d’avance.


(@abletec)

il y a 2 ans, 8 mois

Bonjour Johanna et bienvenue. Lorsque j’ai essayé cela, ils m’ont demandé de me connecter, ce que je ne peux bien sûr pas, car je ne connais pas et ne veux pas connaître leurs informations d’identification. Je reçois donc un écran de connexion. Tu reçois quoi ? Ou le problème survient-il après avoir entré votre mot de passe pour vous connecter ?

Je remarque que vous avez une certaine mise en cache. Vous voudrez peut-être essayer de vider ce cache et voir si cela est utile.


(@johannaa)

il y a 2 ans, 8 mois

salut jackie

Le problème survient après la connexion, au lieu d’aller sur la page, vous êtes redirigé vers une erreur ? Action = post-passe. Nous utilisons le plugin Autoptimize, j’ai vidé le cache mais cela ne semble pas avoir d’effet. Je n’arrive pas.


(@abletec)

il y a 2 ans, 8 mois

Re-bonjour, Johanna. Allez dans “Paramètres> Général” de votre site et assurez-vous que l’URL est bien structurée https://www.supportuw.org.

Si cela ne vous aide pas ou s’il existe déjà, pouvons-nous voir son fichier .htaccess s’il vous plaît ? veuillez le joindre , es decir,

line 1
line 2
line 3

Je sais que votre service informatique dit que c’est bien, et je pense que oui, mais je pense que je viens du Missouri même si ce n’est pas le cas.

Il semble que vous hébergez avec Network Solutions, si mon café n’est pas encore là le matin, vous interférez sérieusement avec ma capacité de recherche. Si je suis ici, avez-vous des installations comme un panneau de contrôle où vous pouvez voir les journaux d’erreurs ?


(@johannaa)

il y a 2 ans, 8 mois

salut jackie

J’ai revérifié l’URL du site et c’est bien prévu https://www.supportuw.org.

# protect the .htaccess file
<Files .htaccess>
 Order deny,allow
 Deny from all
</Files>

# SECURE WP-CONFIG.PHP
<Files wp-config.php>
 Order deny,allow
 Deny from all
</Files>

<Files xmlrpc.php>
 Order allow,deny
 Deny from all
</Files>

# protect the phpinfo.php file
#<Files phpinfo.php>
# Order deny,allow
# Allow from 
# Allow from 
# Deny from all
#</Files>

# Fix white space issue in WordPress
# php_value "auto_prepend_file" /var/www/wejnswpwhitespacefix.php

# Compatitbility needed for IE7 and earlier
# Needs to be added to stylesheet
AddType text/x-component .htc

### COMPRESS SITE - JH 8/5/2016 ###
Header unset Pragma
FileETag None
Header unset ETag

## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access 1 year"
ExpiresByType image/jpeg "access 1 year"
ExpiresByType image/gif "access 1 year"
ExpiresByType image/png "access 1 year"
ExpiresByType text/css "access 1 month"
ExpiresByType text/html "access 1 month"
ExpiresByType application/pdf "access 1 month"
ExpiresByType text/x-javascript "access 1 month"
ExpiresByType application/x-shockwave-flash "access 1 month"
ExpiresByType image/x-icon "access 1 year"
ExpiresDefault "access 1 month"
</IfModule>
## EXPIRES CACHING ##

<FilesMatch ".(js|css|html|htm|php|xml)$">
 SetOutputFilter DEFLATE
</FilesMatch>
### COMPRESS SITE ###

Options +FollowSymlinks
RewriteEngine On

# disable directory browsing
Options All -Indexes

# Custom Error Pages
ErrorDocument 403 /403.html
ErrorDocument 404 /404.html
ErrorDocument 410 "<title>410 Gone</title><h1>Gone</h1><br>The requested resource<br>/<br>is no longer available on this server and there is no forwarding address. Please remove all references to this resource."

# Ultimate htaccess Blacklist from Perishable Press
# Deny domain access to spammers and other scumbags
# http://perishablepress.com/ultimate-htaccess-blacklist/
RewriteBase /
RewriteCond %{HTTP_USER_AGENT} almaden [OR]
RewriteCond %{HTTP_USER_AGENT} ^Anarchie [OR]
RewriteCond %{HTTP_USER_AGENT} ^ASPSeek [OR]
RewriteCond %{HTTP_USER_AGENT} ^attach [OR]
RewriteCond %{HTTP_USER_AGENT} ^autoemailspider [OR]
RewriteCond %{HTTP_USER_AGENT} ^BackWeb [OR]
RewriteCond %{HTTP_USER_AGENT} ^Bandit [OR]
RewriteCond %{HTTP_USER_AGENT} ^BatchFTP [OR]
RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [OR]
RewriteCond %{HTTP_USER_AGENT} ^Bot mailto:[email protected] [OR]
RewriteCond %{HTTP_USER_AGENT} ^Buddy [OR]
RewriteCond %{HTTP_USER_AGENT} ^bumblebee [OR]
RewriteCond %{HTTP_USER_AGENT} ^CherryPicker [OR]
RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw [OR]
RewriteCond %{HTTP_USER_AGENT} ^CICC [OR]
RewriteCond %{HTTP_USER_AGENT} ^Collector [OR]
RewriteCond %{HTTP_USER_AGENT} ^Copier [OR]
RewriteCond %{HTTP_USER_AGENT} ^Crescent [OR]
RewriteCond %{HTTP_USER_AGENT} ^Custo [OR]
RewriteCond %{HTTP_USER_AGENT} ^DA [OR]
RewriteCond %{HTTP_USER_AGENT} ^DIIbot [OR]
RewriteCond %{HTTP_USER_AGENT} ^DISCo [OR]
RewriteCond %{HTTP_USER_AGENT} ^DISCo Pump [OR]
RewriteCond %{HTTP_USER_AGENT} ^Download Demon [OR]
RewriteCond %{HTTP_USER_AGENT} ^Download Wonder [OR]
RewriteCond %{HTTP_USER_AGENT} ^Downloader [OR]
RewriteCond %{HTTP_USER_AGENT} ^Drip [OR]
RewriteCond %{HTTP_USER_AGENT} ^DSurf15a [OR]
RewriteCond %{HTTP_USER_AGENT} ^eCatch [OR]
RewriteCond %{HTTP_USER_AGENT} ^EasyDL/2.99 [OR]
RewriteCond %{HTTP_USER_AGENT} ^EirGrabber [OR]
RewriteCond %{HTTP_USER_AGENT} email [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^EmailCollector [OR]
RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon [OR]
RewriteCond %{HTTP_USER_AGENT} ^EmailWolf [OR]
RewriteCond %{HTTP_USER_AGENT} ^Express WebPictures [OR]
RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro [OR]
RewriteCond %{HTTP_USER_AGENT} ^EyeNetIE [OR]
RewriteCond %{HTTP_USER_AGENT} ^FileHound [OR]
RewriteCond %{HTTP_USER_AGENT} ^FlashGet [OR]
RewriteCond %{HTTP_USER_AGENT} FrontPage [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^GetRight [OR]
RewriteCond %{HTTP_USER_AGENT} ^GetSmart [OR]
RewriteCond %{HTTP_USER_AGENT} ^GetWeb! [OR]
RewriteCond %{HTTP_USER_AGENT} ^gigabaz [OR]
RewriteCond %{HTTP_USER_AGENT} ^Go!Zilla [OR]
RewriteCond %{HTTP_USER_AGENT} ^Go!Zilla [OR]
RewriteCond %{HTTP_USER_AGENT} ^Go-Ahead-Got-It [OR]
RewriteCond %{HTTP_USER_AGENT} ^gotit [OR]
RewriteCond %{HTTP_USER_AGENT} ^Grabber [OR]
RewriteCond %{HTTP_USER_AGENT} ^GrabNet [OR]
RewriteCond %{HTTP_USER_AGENT} ^Grafula [OR]
RewriteCond %{HTTP_USER_AGENT} ^grub-client [OR]
RewriteCond %{HTTP_USER_AGENT} ^HMView [OR]
RewriteCond %{HTTP_USER_AGENT} ^HTTrack [OR]
RewriteCond %{HTTP_USER_AGENT} ^httpdown [OR]
RewriteCond %{HTTP_USER_AGENT} .*httrack.* [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^ia_archiver [OR]
RewriteCond %{HTTP_USER_AGENT} ^Image Stripper [OR]
RewriteCond %{HTTP_USER_AGENT} ^Image Sucker [OR]
RewriteCond %{HTTP_USER_AGENT} ^Indy*Library [OR]
RewriteCond %{HTTP_USER_AGENT} Indy Library [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^InterGET [OR]
RewriteCond %{HTTP_USER_AGENT} ^InternetLinkagent [OR]
RewriteCond %{HTTP_USER_AGENT} ^Internet Ninja [OR]
RewriteCond %{HTTP_USER_AGENT} ^InternetSeer.com [OR]
RewriteCond %{HTTP_USER_AGENT} ^Iria [OR]
RewriteCond %{HTTP_USER_AGENT} ^JBH*agent [OR]
RewriteCond %{HTTP_USER_AGENT} ^JetCar [OR]
RewriteCond %{HTTP_USER_AGENT} ^JOC Web Spider [OR]
RewriteCond %{HTTP_USER_AGENT} ^JustView [OR]
RewriteCond %{HTTP_USER_AGENT} ^larbin [OR]
RewriteCond %{HTTP_USER_AGENT} ^LeechFTP [OR]
RewriteCond %{HTTP_USER_AGENT} ^LexiBot [OR]
RewriteCond %{HTTP_USER_AGENT} ^lftp [OR]
RewriteCond %{HTTP_USER_AGENT} ^Link*Sleuth [OR]
RewriteCond %{HTTP_USER_AGENT} ^likse [OR]
RewriteCond %{HTTP_USER_AGENT} ^Link [OR]
RewriteCond %{HTTP_USER_AGENT} ^LinkWalker [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mag-Net [OR]
RewriteCond %{HTTP_USER_AGENT} ^Magnet [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mass Downloader [OR]
RewriteCond %{HTTP_USER_AGENT} ^Memo [OR]
RewriteCond %{HTTP_USER_AGENT} ^Microsoft.URL [OR]
RewriteCond %{HTTP_USER_AGENT} ^MIDown tool [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mirror [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mister PiX [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mozilla.*Indy [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mozilla.*NEWT [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mozilla*MSIECrawler [OR]
RewriteCond %{HTTP_USER_AGENT} ^MS FrontPage* [OR]
RewriteCond %{HTTP_USER_AGENT} ^MSFrontPage [OR]
RewriteCond %{HTTP_USER_AGENT} ^MSIECrawler [OR]
RewriteCond %{HTTP_USER_AGENT} ^MSProxy [OR]
RewriteCond %{HTTP_USER_AGENT} ^Navroad [OR]
RewriteCond %{HTTP_USER_AGENT} ^NearSite [OR]
RewriteCond %{HTTP_USER_AGENT} ^NetAnts [OR]
RewriteCond %{HTTP_USER_AGENT} ^NetMechanic [OR]
RewriteCond %{HTTP_USER_AGENT} ^NetSpider [OR]
RewriteCond %{HTTP_USER_AGENT} ^Net Vampire [OR]
RewriteCond %{HTTP_USER_AGENT} ^NetZIP [OR]
RewriteCond %{HTTP_USER_AGENT} ^NICErsPRO [OR]
RewriteCond %{HTTP_USER_AGENT} ^Ninja [OR]
RewriteCond %{HTTP_USER_AGENT} ^Octopus [OR]
RewriteCond %{HTTP_USER_AGENT} ^Offline Explorer [OR]
RewriteCond %{HTTP_USER_AGENT} ^Offline Navigator [OR]
RewriteCond %{HTTP_USER_AGENT} ^Openfind [OR]
RewriteCond %{HTTP_USER_AGENT} ^PageGrabber [OR]
RewriteCond %{HTTP_USER_AGENT} ^Papa Foto [OR]
RewriteCond %{HTTP_USER_AGENT} ^pavuk [OR]
RewriteCond %{HTTP_USER_AGENT} ^pcBrowser [OR]
# RewriteCond %{HTTP_USER_AGENT} ^Ping [OR]
RewriteCond %{HTTP_USER_AGENT} ^PingALink [OR]
RewriteCond %{HTTP_USER_AGENT} ^Pockey [OR]
RewriteCond %{HTTP_USER_AGENT} ^psbot [OR]
RewriteCond %{HTTP_USER_AGENT} ^Pump [OR]
RewriteCond %{HTTP_USER_AGENT} ^QRVA [OR]
RewriteCond %{HTTP_USER_AGENT} ^RealDownload [OR]
RewriteCond %{HTTP_USER_AGENT} ^Reaper [OR]
RewriteCond %{HTTP_USER_AGENT} ^Recorder [OR]
RewriteCond %{HTTP_USER_AGENT} ^ReGet [OR]
RewriteCond %{HTTP_USER_AGENT} ^Scooter [OR]
RewriteCond %{HTTP_USER_AGENT} ^Seeker [OR]
RewriteCond %{HTTP_USER_AGENT} ^Siphon [OR]
RewriteCond %{HTTP_USER_AGENT} ^sitecheck.internetseer.com [OR]
RewriteCond %{HTTP_USER_AGENT} ^SiteSnagger [OR]
RewriteCond %{HTTP_USER_AGENT} ^SlySearch [OR]
RewriteCond %{HTTP_USER_AGENT} ^SmartDownload [OR]
RewriteCond %{HTTP_USER_AGENT} ^Snake [OR]
RewriteCond %{HTTP_USER_AGENT} ^SpaceBison [OR]
RewriteCond %{HTTP_USER_AGENT} ^sproose [OR]
RewriteCond %{HTTP_USER_AGENT} ^Stripper [OR]
RewriteCond %{HTTP_USER_AGENT} ^Sucker [OR]
RewriteCond %{HTTP_USER_AGENT} ^SuperBot [OR]
RewriteCond %{HTTP_USER_AGENT} ^SuperHTTP [OR]
RewriteCond %{HTTP_USER_AGENT} ^Surfbot [OR]
RewriteCond %{HTTP_USER_AGENT} ^Szukacz [OR]
RewriteCond %{HTTP_USER_AGENT} ^tAkeOut [OR]
RewriteCond %{HTTP_USER_AGENT} ^Teleport Pro [OR]
RewriteCond %{HTTP_USER_AGENT} ^URLSpiderPro [OR]
RewriteCond %{HTTP_USER_AGENT} ^Vacuum [OR]
RewriteCond %{HTTP_USER_AGENT} ^VoidEYE [OR]
RewriteCond %{HTTP_USER_AGENT} ^Web Image Collector [OR]
RewriteCond %{HTTP_USER_AGENT} ^Web Sucker [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebAuto [OR]
RewriteCond %{HTTP_USER_AGENT} ^[Ww]eb[Bb]andit [OR]
RewriteCond %{HTTP_USER_AGENT} ^webcollage [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebCopier [OR]
RewriteCond %{HTTP_USER_AGENT} ^Web Downloader [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebEMailExtrac.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebFetch [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebGo IS [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebHook [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebLeacher [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebMiner [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebMirror [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebReaper [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebSauger [OR]
RewriteCond %{HTTP_USER_AGENT} ^Website [OR]
RewriteCond %{HTTP_USER_AGENT} ^Website eXtractor [OR]
RewriteCond %{HTTP_USER_AGENT} ^Website Quester [OR]
RewriteCond %{HTTP_USER_AGENT} ^Webster [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebStripper [OR]
RewriteCond %{HTTP_USER_AGENT} WebWhacker [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebZIP [OR]
RewriteCond %{HTTP_USER_AGENT} ^Wget [OR]
RewriteCond %{HTTP_USER_AGENT} ^Whacker [OR]
RewriteCond %{HTTP_USER_AGENT} ^Widow [OR]
RewriteCond %{HTTP_USER_AGENT} ^WWWOFFLE [OR]
RewriteCond %{HTTP_USER_AGENT} ^x-Tractor [OR]
RewriteCond %{HTTP_USER_AGENT} ^Xaldon WebSpider [OR]
RewriteCond %{HTTP_USER_AGENT} ^Xenu [OR]
RewriteCond %{HTTP_USER_AGENT} ^Zeus.*Webster [OR]
RewriteCond %{HTTP_USER_AGENT} ^Zeus
RewriteRule ^.* - [F,L]

# 5G BLACKLIST/FIREWALL
# @ http://perishablepress.com/5g-blacklist/

# 5G:[QUERY STRINGS]
#<ifModule mod_rewrite.c>
# RewriteEngine On
# RewriteBase /
# RewriteCond %{QUERY_STRING} (localhost|mosconfig|scanner) [NC,OR]
# RewriteCond %{QUERY_STRING} (menu|mod|path|tag)=.?/? [NC,OR]
# RewriteCond %{QUERY_STRING} (mod|path|tag)=.?/? [NC,OR]
# RewriteCond %{QUERY_STRING} boot.ini  [NC,OR]
# RewriteCond %{QUERY_STRING} echo.*kae  [NC,OR]
# RewriteCond %{QUERY_STRING} etc/passwd [NC,OR]
# RewriteCond %{QUERY_STRING} =%27$   [NC,OR]
# RewriteCond %{QUERY_STRING} ='$    [NC,OR]
# RewriteCond %{QUERY_STRING} ../      [NC,OR]
# RewriteCond %{QUERY_STRING} ?         [NC,OR]
# RewriteCond %{QUERY_STRING} :         [NC]
# RewriteRule .* - [F]
#</ifModule>

# 5G:[USER AGENTS]
<ifModule mod_setenvif.c>
# SetEnvIfNoCase User-Agent ^$ keep_out
 SetEnvIfNoCase User-Agent (casper|cmsworldmap|diavol|dotbot)   keep_out
 SetEnvIfNoCase User-Agent (flicky|ia_archiver|jakarta|kmccrew) keep_out
 SetEnvIfNoCase User-Agent (libwww|planetwork|pycurl|skygrid)   keep_out
 SetEnvIfNoCase User-Agent (purebot|comodo|feedfinder|turnit)   keep_out
 SetEnvIfNoCase User-Agent (zmeu|nutch|vikspider|binlar|sucker) keep_out
 <limit GET POST PUT>
  Order Allow,Deny
  Allow from all
  Deny from env=keep_out
 </limit>
</ifModule>

# 5G:[REQUEST STRINGS]
<ifModule mod_alias.c>
 RedirectMatch 403 (https?|ftp|php)://
 RedirectMatch 403 /(cgi|https?|ima|ucp)/
 RedirectMatch 403 /(Permanent|Better)$
 RedirectMatch 403 (='|=%27|/'/?|).css()$
 RedirectMatch 403 (,|//|)+|/,/|{0}|(/(|...|+++|||"")
 RedirectMatch 403 .(cgi|asp|aspx|cfg|dll|exe|jsp|mdb|sql|ini|rar)$
 RedirectMatch 403 /(contac|fpw|install|pingserver|register).php$
 RedirectMatch 403 (base64|crossdomain|localhost|wwwroot|e107_)
 RedirectMatch 403 (eval(|_vti_|(null)|echo.*kae|config.xml)
 RedirectMatch 403 .well-known/host-meta
 RedirectMatch 403 /function.array-rand
 RedirectMatch 403 );$(this).html(
 RedirectMatch 403 proc/self/environ
 RedirectMatch 403 msnbot.htm)._
 RedirectMatch 403 /ref.outcontrol
 RedirectMatch 403 com_cropimage
 RedirectMatch 403 indonesia.htm
 RedirectMatch 403 {$itemURL}
 RedirectMatch 403 function()
 RedirectMatch 403 labels.rdf
 RedirectMatch 403 /playing.php
 RedirectMatch 403 muieblackcat
</ifModule>

# www.supportuw.org redirects
# supportuw.com supportuw.net redirects
RewriteCond %{HTTP_HOST} ^(www.|)supportuw.(com|net)$ [NC]
RewriteRule ^(.*)$ http://www.supportuw.org/ [R=301,L,NC]

# Block possible SPAMMERS
RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteCond %{QUERY_STRING} ^action=register.*$
RewriteRule ^.*$ /formspam/? [R=301,L,NC]

# uwgreatpeople redirects
RewriteCond %{HTTP_HOST} ^(www.|)uwgreatpeople.(org|com)$ [NC]
RewriteRule ^.*$ http://www.supportuw.org/greatpeople [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)greatpeoplegreatplace.(org|com)$ [NC]
RewriteRule ^.*$ http://www.supportuw.org/greatpeople [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)greatpeoplegreatplaces.(org|com)$ [NC]
RewriteRule ^.*$ http://www.supportuw.org/greatpeople [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)greatpeoplescholarship.org$ [NC]
RewriteRule ^.*$ http://www.supportuw.org/greatpeople [R,L,NC]

# /events fix for SOHE Afternoon
RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^events/soheafternoon(.*)$ https://www.uwevents.com/ereg/newreg.php?eventid=312345& [R,L,NC]

# Maintenance Page Redirect
RewriteCond %{HTTP_HOST} ^maintenance.supportuw.org$ [NC]
RewriteRule ^(.*)$ http://www.supportuw.org/ [R=301,L,NC]

# secure.supportuw.org Redirect
RewriteCond %{HTTP_HOST} ^secure.supportuw.org$ [NC]
RewriteRule ^(.*)$ http://www.supportuw.org/giving [R=301,L,NC]

# /give Page Redirect
RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^give(|/)$ https://secure.supportuw.org/give [R=301,L,NC]

# Sequence Number Rewrite Rule
RewriteCond %{HTTP_HOST} ^(www.|secure.|)supportuw.org$ [NC]
RewriteCond %{QUERY_STRING} ^seq=(.*)$
RewriteRule ^MultiPage/processStep1.do(.*)$ http://www.supportuw.org/giveto/%1 [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|secure.|)supportuw.org$ [NC]
RewriteCond %{QUERY_STRING} ^form=(.*)$
RewriteRule ^MultiPage/processStep1.do(.*)$ http://www.supportuw.org/giveto/%1 [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|secure.|)supportuw.org$ [NC]
RewriteRule ^MultiPage/processStep1.do(.*)$ http://myuwconnect.org/give [R,L,NC]

# Giving Sequence Number Rewrite Rule
RewriteCond %{HTTP_HOST} ^(www.|secure.|)supportuw.org$ [NC]
RewriteCond %{QUERY_STRING} ^seq=(.*)$
RewriteRule ^giving(.*)$ http://www.supportuw.org/giveto/%1 [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www|secure|).supportuw.org$ [NC]
RewriteCond %{QUERY_STRING} ^form=(.*)$
RewriteRule ^giving(.*)$ http://www.supportuw.org/giveto/%1 [R,L,NC]

# PowerOfNursing redirect
RewriteCond %{HTTP_HOST} ^(www.|)powerofnursing.wisc.edu$ [NC]
RewriteRule ^.*$ http://son.wisc.edu/ [L]

# Student Foundation redirect
RewriteCond %{HTTP_HOST} ^(studentfoundation.wisc.edu|(www.|)uwstudentfoundation.(net|com|org))$ [NC]
RewriteRule ^(.*)$ http://www.studentfoundation.wisc.edu [R=301,L,NC]

# Give To Wisconsin redirects
RewriteCond %{HTTP_HOST} ^(www.|)givetowisconsin.(com|net|org)$ [NC]
RewriteRule ^.*$ http://www.supportuw.org/ [R=301,L,NC]

# myuwconnect redirects
RewriteCond %{HTTP_HOST} ^(www.|)myuwconnect.(com|net|org)$ [NC]
RewriteRule ^.*$ http://www.supportuw.org/ [R=301,L,NC]

# Concur Redirect Rule
RewriteCond %{HTTP_HOST} ^concur.supportuw.org$ [NC]
RewriteRule ^.*$ https://uwfoundation.onelogin.com/launch/627727 [R,L,NC]

# Concur Solutions Redirect Rule
RewriteCond %{HTTP_HOST} ^www.concursolutions.com$ [NC]
RewriteRule ^.*$ https://uwfoundation.onelogin.com/launch/627727 [R,L,NC]

# 1848 Redirect
RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^1848.*$ /leadership-giving/1848-society/ [R,L,NC]

# Vanity URLs Rewrite Rule
RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteCond %{QUERY_STRING} !^unit=(.*)$
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^giveto/(.*)$ /giveto/?unit=$1&%1 [R,L,NC]

# Another Vanity URL Rewrite Rule
RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteCond %{QUERY_STRING} !^unit=(.*)$
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^pledge/(.*)$ /pledge/?unit=$1&%1 [R,L,NC]

# Stewardship Profiles Rewrite Rule
RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteCond %{QUERY_STRING} !^unit=(.*)$
RewriteRule ^profile/(.*)$ /profile/?unit=$1 [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^alumnipark(.*)$ http://www.supportuw.org/how-to-give/area-program/alumni-park/ [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^annualreport.*$ http://www.supportuw.org/publications/annual-report/ [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^badgergrad(.*)$ /students/campaign-rep-application/ [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^caf.*$ http://www.supportuw.org/how-to-give/chancellors-annual-fund/ [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^cals.*$ http://www.supportuw.org/how-to-give/school-college/cals/ [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^campus-partners/services/events/submit-donor-event/.*$ http://about.uwadvancement.org/programs-events/event-request/ [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^campus-partners/services/events/submit-advancement-event/.*$ http://about.uwadvancement.org/programs-events/event-request/ [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteCond %{QUERY_STRING} !^t=(.*)$
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^difference/(.*)$ /difference/?t=$1&%1 [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^disclosures.*$ http://www.supportuw.org/about-us/state-disclosures/ [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^funds.*$ https://www5.supportuw.org/ [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^gifts.*$ http://www.supportuw.org/gift-planning/ [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^givingsetup.*$ http://about.uwadvancement.org/development/giving-url-request/ [R,L,NC]

# New UW Green Bay Online Giving Redirect
RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteCond %{QUERY_STRING} ^form=uwgb(|&fbcd=5)$
RewriteRule ^.*$ http://www.uwgb.edu/foundation/ways/online.asp$1? [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^board.*$ /about-us/board-of-directors/ [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^bhs(|/)$ /bascom-hill-society/ [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^diversity(|/)$ /how-to-give/diversity/ [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^campus-partners/cfr/funding-request.*$ https://about.uwadvancement.org/government-corporate/request-for-assistance/ [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^careyscholarship.*$ /how-to-give/school-college/medicine-and-public-health/john-carey-scholarship/ [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^gpfs.*$ /giving/?form=fs [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^gp.*$ /giving/?form=gp [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^greatpeople.*$ /how-to-give/area-program/great-people-scholarship/ [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^harterscholarship.*$ /how-to-give/school-college/medicine-and-public-health/karl-harter-scholarship/ [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^hillel.*$ /how-to-give/area-program/hillel/ [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^leadership-giving/womens-philanthropy/.*$ /womens-philanthropy/ [R=301,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^legacy.*$ /gift-planning/wisconsin-legacy-society [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^makeagift.*$ /how-to-give/ [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^match.*$ /how-to-give/matching-gifts/ [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^mgivingHelp.*$ http://secure.supportuw.org/PayPalDonate/public/help.jsp [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^mgiving(.*)$ https://secure.supportuw.org/PayPalDonate/SetCheckout?$1%1 [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^minimed.*$ http://www.supportuw.org/news-post/uw-mini-med-school-2011/ [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^mobileuw.*$ /give/ [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^nelson.*$ http://www.supportuw.org/how-to-give/school-college/nelson-institute/ [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^portal.*$ https://www4.supportuw.org/wps/portal [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^privacy.*$ http://www.supportuw.org/about-us/privacy/ [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^sam.*$ http://www.supportuw.org/perspectives/samantha-overgaard/ [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^scg.*$ http://www.supportuw.org/students/senior-class-gift/ [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^seniorclass.*$ http://www.supportuw.org/students/senior-class-gift/ [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteCond %{SERVER_PORT} ^80$
RewriteRule ^share-your-story/(.*)$ https://www.supportuw.org/share-your-story/$1 [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^telefund.*$ /badgercall/ [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^update.*$ http://www.supportuw.org/contact-us/update/ [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^uwgb.*$ http://www.uwgb.edu/foundation/ways/ [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^wpc.*$ /womens-philanthropy/ [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^wpp.*$ http://www.supportuw.org/how-to-give/area-program/wisconsin-partnership-program/ [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^wwa.*$ http://www.supportuw.org/bascom-hill-society/weekend-away/ [R,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^wp-content/uploads/2010/07/articles_certified.pdf http://www.supportuw.org/wp-content/uploads/articles_of_incorporation.pdf [R=301,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^wp-content/uploads/2010/07/tax_exemption_affidavit.pdf http://www.supportuw.org/wp-content/uploads/tax_exemption_affidavit.pdf [R=301,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^wp-content/uploads/2010/07/bylaws_10_06.pdf http://www.supportuw.org/wp-content/uploads/bylaws_10_06.pdf [R=301,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^wp-content/uploads/2010/07/Form_990_2008.pdf http://www.supportuw.org/wp-content/uploads/Form_990_2008.pdf [R=301,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^wp-content/uploads/2010/07/Form_990T_2008.pdf http://www.supportuw.org/wp-content/uploads/Form_990T_2008.pdf [R=301,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^wp-content/uploads/2010/07/Form_990T_2007.pdf http://www.supportuw.org/wp-content/uploads/Form_990T_2007.pdf [R=301,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^wp-content/uploads/2010/07/irs_tax_determination_letter.pdf http://www.supportuw.org/wp-content/uploads/irs_tax_determination_letter.pdf [R=301,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^wp-content/uploads/2010/07/wills_trusts_suggested_language.pdf http://www.supportuw.org/wp-content/uploads/wills_trusts_suggested_language.pdf [R=301,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^wp-content/uploads/2010/07/Form_990_2007.pdf http://www.supportuw.org/wp-content/uploads/Form_990_2007.pdf [R=301,L,NC]

# 2012 Website Redesign Rules
RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^bascom-hill-society/(.*)$ /leadership-giving/bascom-hill-society/$1 [R=301,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^gift-planning/estate-gifts/will/$ http://www.supportuw.org/gift-planning/will [R=301,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^gift-planning/your-will/$ http://www.supportuw.org/gift-planning/will/your-will [R=301,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^gift-planning/estate-gifts/life-income/immediate-annuity/$ http://www.supportuw.org/gift-planning/life-income/charitable-gift-annuity [R=301,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^gift-planning/estate-gifts/life-income/(.*)$ http://www.supportuw.org/gift-planning/life-income/$1 [R=301,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^gift-planning/annuity-rates/$ http://www.supportuw.org/gift-planning/life-income/charitable-gift-annuity/annuity-rates [R=301,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^about-us/womens-philanthropy/$ http://www.supportuw.org/leadership-giving/womens-philanthropy [R=301,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^contact-us/follow-us/$ http://www.supportuw.org/contact-us [R=301,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^leadership-giving/bascom-hill-society/weekend-away/$ http://www.supportuw.org/leadership-giving/bascom-hill-society/wwc [R=301,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^leadership-giving/importance-of-annual-gifts/$ http://www.supportuw.org/annual-giving/importance [R=301,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^gift-planning/life-stages/under-age-60/$ http://www.supportuw.org/gift-planning/life-stages/ages-22-45 [R=301,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^gift-planning/life-stages/ages-60-70/$ http://www.supportuw.org/gift-planning/life-stages/ages-45-65 [R=301,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^gift-planning/life-stages/over-age-70/$ http://www.supportuw.org/gift-planning/life-stages/over-age-65 [R=301,L,NC]

# make-a-gift catch all rule
RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^making-a-gift/(.*)$ /how-to-give/$1 [R=301,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^students/senior-class-gift/$ http://www.supportuw.org/students/philanthropy [R=301,L,NC]

# telefund.wisc.edu catch all rule
RewriteCond %{HTTP_HOST} ^(|www.)telefund.wisc.edu$ [NC]
RewriteRule ^(.*)$ http://www.supportuw.org/badgercall/ [R=301,L,NC]

# Event URLs Rewrite Rule
RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteCond %{QUERY_STRING} !^s=(.*)$
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^event/(.*)$ /event/?s=$1&%1 [R,L,NC]

# VHS Survey Fix
RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^survey/vanhise$ /surveys/vanhise [R,L,NC]

# Surveys URLs Rewrite Rule
RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteCond %{QUERY_STRING} !^s=(.*)$
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^surveys/(.*)$ /surveys/?s=$1&%1 [R,L,NC]

# Event Calendar Redirect
RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteCond %{REQUEST_URI} !^/events/soheafternoon(.*)$
RewriteRule ^events(.*)$ http://about.uwadvancement.org/events/ [R,NC,L]

# *.sharethewonderful.org Redirect
RewriteCond %{HTTP_HOST} ^(www.|)sharethewonderful.(com|org)$ [NC]
RewriteRule ^.*$ http://www.supportuw.org/annual-giving/campaign/ [R,NC,L]

# www.uwfoundation.wisc.edu giving rule
RewriteCond %{HTTP_HOST} ^(www.|)uwfoundation.wisc.edu$ [NC]
RewriteRule ^giving(.*)$ http://www.supportuw.org/giving$1 [R=301,L,NC]

RewriteCond %{HTTP_HOST} ^(www.|)supportuw.org$ [NC]
RewriteRule ^about-us/vision-mission-values/$ /about-us/mission-beliefs-values/ [R=301,L,NC]

# www.uwfoundation.wisc.edu catch all rule
# www.uwfound.wisc.edu catch all rule
RewriteCond %{HTTP_HOST} ^(www.|)(uwfoundation|uwfound).wisc.edu$ [NC]
RewriteRule ^.*$ http://www.supportuw.org/ [R=301,L,NC]

# www.advanceuw.org catch all rule
RewriteCond %{HTTP_HOST} ^(www.|)advanceuw.(org|com|net)$ [NC]
RewriteRule ^.*$ http://www.supportuw.org/ [R=301,L,NC]

# www.uwadvancement.org catch all rule
RewriteCond %{HTTP_HOST} ^(www.|)uwadvancement.(org|com|net)$ [NC]
RewriteRule ^.*$ http://www.supportuw.org/ [R=301,L,NC]

# Block external access to wp-login.php file
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_URI} ^.*?wp-login.php.*$
RewriteCond expr "! -R '[IP]/16'"
RewriteRule ^.*$ /error [R,L]
</IfModule>

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

Cette réponse a été modifiée il y a 2 ans et 8 mois par. Cette réponse a été modifiée il y a 2 ans et 8 mois par. Raison : Remanier toutes les adresses IP du fichier .htaccess, par demande


(@johannaa)

il y a 2 ans, 8 mois

Jacky,

Pourriez-vous supprimer ou supprimer le fichier htaccess privé après l’avoir vu ? Je ne le trouve pas sur Internet.


(@otto42)

Administration WordPress.org

il y a 2 ans, 8 mois

@johannaa Vous n’avez pas la possibilité de supprimer le contenu de ce message sur le forum, et nous ne supprimons rien sur le forum sans raison.

Que considérez-vous comme privé de ce concours ? Nous pouvons réorganiser certaines informations, mais en général, si vous ne voulez pas qu’elles soient publiques, ne les publiez pas sur un forum public. C’est trop demander à un forum à fort trafic de demander à nos modérateurs bénévoles de supprimer des données qui ne sont normalement pas privées ou importantes.

En plus, tu es dans le poste, donc c’est sur internet et ça va rester plus ou moins pour toujours. Google aime beaucoup notre site, donc même si on le réactive c’est trop tard, Google l’a déjà, comme beaucoup d’autres. Les gens s’abonnent à ce forum par e-mail, tout comme les autres sites. Nous ne pouvons pas le supprimer de partout, il est donc déjà sur Internet à partir du moment où vous l’avez publié et ne peut pas être supprimé.


(@johannaa)

il y a 2 ans, 8 mois

C’est malheureux. J’ai posté rapidement, mon entreprise a des politiques de sécurité strictes et je ne voulais pas trouver cette information sur Internet. Je comprends ce que vous dites, mais je ne sais pas si la suppression de htaccess aura un impact négatif sur la suppression du site.


(@abletec)

il y a 2 ans, 8 mois

Johannaa, en fait je pense que ces dernières lignes sont combinées : # Bloquer l’accès externe au fichier wp-login.php RewriteEngine à RewriteCond%{REQUEST_URI} ^. * ? wp-login .php. * $ RewriteCond expr “! -R ‘192.168.0.0/16 ′ ”Règle de réécriture ^. * $ / erreur [R,L]

Pouvez-vous vérifier auprès de vos informaticiens ?


(@abletec)

il y a 2 ans, 8 mois

Je me sens mal de demander maintenant, mais, cela dit, les lignes que je mentionne semblent être impliquées. Voici l’une des procédures standard dans ces circonstances.


(@otto42)

Administration WordPress.org

il y a 2 ans, 8 mois

C’est malheureux. J’ai posté rapidement, mon entreprise a des politiques de sécurité strictes et je ne voulais pas trouver cette information sur Internet. Je comprends ce que vous dites, mais je ne suis pas sûr de l’impact direct que htaccess aura sur le site.

Il n’aura aucun impact négatif s’il est supprimé. Mais les gens qui publient des choses et vous demandent de les retirer pour des raisons invalides représentent une grande partie du temps perdu par notre personnel bénévole.

Comme il est dit dans le forum de bienvenue :

Le contenu du forum ne sera modifié ou supprimé à la discrétion des modérateurs que s’il s’agit d’un problème de sécurité ou juridique valable.

Ce n’est pas un de ces trois cas. Il n’y a aucune information sensible dans votre dossier que je puisse voir. Il n’y a qu’une poignée de règles de blocage d’UserAgent et d’IP (qui valent plus ou moins et vous devriez probablement les supprimer) ainsi qu’une poignée de références qui se trouvent toutes sur des pages visibles publiquement sur votre site de toute façon. .

Si vous pouvez ensuite vous référer à des informations spécifiques qui illustrent l’une de ces trois préoccupations, nous supprimerons ces informations spécifiques pour vous.

Fondamentalement, si vous ne voulez pas qu’il soit public, ne le publiez pas dans un lieu public. Et surtout ne violez pas les politiques de votre propre entreprise.


(@otto42)

Administration WordPress.org

il y a 2 ans, 8 mois

Oh, et @abletec a tout à fait raison. Le code wp-login.php contient le contrôleur protégé par mot de passe. Le code que vous avez mentionné à son emplacement correct empêchera l’accès à ce fichier à partir de sources extérieures. Ainsi, pendant que vous y êtes, la fonction standard protégée par mot de passe ne fonctionnera pour personne en dehors de votre réseau local.

Cette réponse a été modifiée il y a 2 ans et 8 mois par. Raison : pronoms corrects


(@abletec)

il y a 2 ans, 8 mois

@otto42, mauvais sexe, mais ça va. merci pour votre aide, et veuillez accepter mes excuses si j’ai été déconnecté de quelque manière que ce soit. Je suis vraiment désolé si tel est le cas.


(@otto42)

Administration WordPress.org

il y a 2 ans, 8 mois

Rien ne s’en excusera. Le contenu de htaccess n’est généralement pas considéré comme une information privée, car il n’y a généralement pas de secrets.


(@rwtrefz)

il y a 2 ans, 8 mois

Salut Samuel, Je m’appelle Rob Trefz, je suis l’ingénieur en chef du réseau et de la sécurité pour la Fondation UW, la société responsable de la gestion de supportuw.org, et un collaborateur de Johanna.

Ma principale préoccupation avec la configuration .htaccess est que notre société dispose d’informations d’adresse IP privées. Bien que ce ne soit pas un gros problème, cela aiderait quelqu’un qui veut explorer. Le travail peut-il être aseptisé en supprimant les adresses IP ? Merci!

Rob Trefz


(@otto42)

Administration WordPress.org

il y a 2 ans, 8 mois

@rwtrefz Comme demandé, j’ai supprimé toutes les adresses IP du fichier.

Cela a-t-il résolu votre problème ?

Was this helpful?

0 / 0

Leave a Reply 0

Your email address will not be published. Required fields are marked *