Skip to main content

Welkom bij Joomla!NL

Om alle mogelijkheden van dit forum te kunnen gebruiken, moet je je eerst registreren.

Vermeld in iedere vraag duidelijk:
  1. De versie van Joomla! 5.X die je gebruikt
  2. De volledige url van je website indien mogelijk.
  3. De versie van de extensie waar de vraag over gaat.

subdomein

subdomein

16 nov 2024 12:55
#13
Dat heb ik gedaan Wouter, maar nu krijg ik een foutmelding:

Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.More information about this error may be available in the server error log. Web Server at aquariusera.nl 

Ik heb het volgende gedaan:

## Begin - Custom redirects
    RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
RewriteRule ^(.*)$ https://%1/$1 [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)/$ https://%{HTTP_HOST}/$1 [R=301,L]
    #
    # If you need to redirect some pages, or set a canonical non-www to
    # www redirect (or vice versa), place that code here. Ensure those
    # redirects use the correct RewriteRule syntax and the [R=301,L] flags.
    #
    ## End - Custom redirects

Moet ik misschien de hekjes voor begin en end weghalen?
  • AnnoWillem
  • AnnoWillem's berichtenfoto Heeft onderwerp gestart
  • Nieuw op Joomla!NL
  • Nieuw op Joomla!NL
  • Berichten: 14

subdomein

16 nov 2024 13:04
#14
Neem aan dat je de rest van de .htaccess hebt laten staan?
Staan je algemene instellingen ook goed?
 
Deze afbeelding is verborgen voor gasten.
Login of registreer om deze te zien.
Groetjes, Astrid
Gebruik de zoekfunctie van dit forum voordat je een nieuwe vraag plaatst.
Vragen uitsluitend via dit forum.
yndi.nl - kvk 17157725
Is je vraag beantwoord? Dan kan je het draadje zelf sluiten .
Wil je Joomla!NL steunen? Dat kan met een donatie.
  • Astrid
  • Astrid's Profielfoto
  • Moderator + Technisch team
  • Moderator + Technisch team
  • Berichten: 37431

subdomein

16 nov 2024 13:21
#15
Ik krijg bij Systeem - sef iets anders. Zie bijlage 
Deze afbeelding is verborgen voor gasten.
Login of registreer om deze te zien.
  • AnnoWillem
  • AnnoWillem's berichtenfoto Heeft onderwerp gestart
  • Nieuw op Joomla!NL
  • Nieuw op Joomla!NL
  • Berichten: 14

subdomein

16 nov 2024 13:29
#16
Je kijkt bij de plugin. Je moet gewoon bij de Algemene instellingen kijken. Systeem - Algemene Instellingen.
Groetjes, Astrid
Gebruik de zoekfunctie van dit forum voordat je een nieuwe vraag plaatst.
Vragen uitsluitend via dit forum.
yndi.nl - kvk 17157725
Is je vraag beantwoord? Dan kan je het draadje zelf sluiten .
Wil je Joomla!NL steunen? Dat kan met een donatie.
  • Astrid
  • Astrid's Profielfoto
  • Moderator + Technisch team
  • Moderator + Technisch team
  • Berichten: 37431

subdomein

16 nov 2024 13:50
#17
Dat heb ik nu gedaan, maar nu krijg ik weer die Internal Server Error 
  • AnnoWillem
  • AnnoWillem's berichtenfoto Heeft onderwerp gestart
  • Nieuw op Joomla!NL
  • Nieuw op Joomla!NL
  • Berichten: 14

subdomein

16 nov 2024 14:35
#18
Lastig om te zien wat er mis gaat als je je wijzigingen steeds terugdraait. Ik zie nu index.php in de url, dus dat is volgens mij weer de oude situatie.
Groetjes, Astrid
Gebruik de zoekfunctie van dit forum voordat je een nieuwe vraag plaatst.
Vragen uitsluitend via dit forum.
yndi.nl - kvk 17157725
Is je vraag beantwoord? Dan kan je het draadje zelf sluiten .
Wil je Joomla!NL steunen? Dat kan met een donatie.
  • Astrid
  • Astrid's Profielfoto
  • Moderator + Technisch team
  • Moderator + Technisch team
  • Berichten: 37431

subdomein

16 nov 2024 14:43 - 16 nov 2024 14:50
#19
Als je met de oude situatie het .htaccess bestand bedoelt, dan heb ik het gewijzigde bestand naar de aanwijzingen van Wouter staan:
Code:
    ## Begin - Rewrite rules to block out some common exploits.     # If you experience problems on your site then comment out the operations listed     # below by adding a # to the beginning of the line.     # This attempts to block the most common type of exploit `attempts` on Joomla!     #     # Block any script trying to base64_encode data within the URL.     RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]     # Block any script that includes a <script> tag in URL.     RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]     # Block any script trying to set a PHP GLOBALS variable via URL.     RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]     # Block any script trying to modify a _REQUEST variable via URL.     RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})     # Return 403 Forbidden header and show the content of the root home page     RewriteRule .* index.php [F]     #     ## End - Rewrite rules to block out some common exploits.
Edit Astrid: Ik heb de code tussen codetags geplaatst, volgende keer graag zelf doen.
  • AnnoWillem
  • AnnoWillem's berichtenfoto Heeft onderwerp gestart
  • Nieuw op Joomla!NL
  • Nieuw op Joomla!NL
  • Berichten: 14

subdomein

16 nov 2024 14:48 - 16 nov 2024 14:51
#20
Herstel, Ik zie dat het er nu dubbel in staat:
Code:
Begin - Rewrite rules to block out some common exploits.     # If you experience problems on your site then comment out the operations listed     # below by adding a # to the beginning of the line.     # This attempts to block the most common type of exploit `attempts` on Joomla!     #     # Block any script trying to base64_encode data within the URL.     RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]     # Block any script that includes a <script> tag in URL.     RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]     # Block any script trying to set a PHP GLOBALS variable via URL.     RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]     # Block any script trying to modify a _REQUEST variable via URL.     RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})     # Return 403 Forbidden header and show the content of the root home page     RewriteRule .* index.php [F]     # End - Rewrite rules to block out some common exploits.  Begin - Custom redirects     RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC] RewriteRule ^(.*)$ https://%1/$1 [R=301,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+)/$ https://%{HTTP_HOST}/$1 [R=301,L]     #     # If you need to redirect some pages, or set a canonical non-www to     # www redirect (or vice versa), place that code here. Ensure those     # redirects use the correct RewriteRule syntax and the [R=301,L] flags.     #  End - Custom redirects

 
  • AnnoWillem
  • AnnoWillem's berichtenfoto Heeft onderwerp gestart
  • Nieuw op Joomla!NL
  • Nieuw op Joomla!NL
  • Berichten: 14

subdomein

16 nov 2024 14:55
#21
Sorry, maar ik kan het niet meer volgen. Ziet je .htaccess er nu uit zoals in de bijlage?
Groetjes, Astrid
Gebruik de zoekfunctie van dit forum voordat je een nieuwe vraag plaatst.
Vragen uitsluitend via dit forum.
yndi.nl - kvk 17157725
Is je vraag beantwoord? Dan kan je het draadje zelf sluiten .
Wil je Joomla!NL steunen? Dat kan met een donatie.
  • Astrid
  • Astrid's Profielfoto
  • Moderator + Technisch team
  • Moderator + Technisch team
  • Berichten: 37431

subdomein

16 nov 2024 14:58
#22
Ja, het ziet er nu uit als in mijn laatste bericht.
 
  • AnnoWillem
  • AnnoWillem's berichtenfoto Heeft onderwerp gestart
  • Nieuw op Joomla!NL
  • Nieuw op Joomla!NL
  • Berichten: 14

subdomein

16 nov 2024 15:06
#23
Sorry, maar in je laatste bericht staat maar een gedeelte van een originele .htaccess
Groetjes, Astrid
Gebruik de zoekfunctie van dit forum voordat je een nieuwe vraag plaatst.
Vragen uitsluitend via dit forum.
yndi.nl - kvk 17157725
Is je vraag beantwoord? Dan kan je het draadje zelf sluiten .
Wil je Joomla!NL steunen? Dat kan met een donatie.
  • Astrid
  • Astrid's Profielfoto
  • Moderator + Technisch team
  • Moderator + Technisch team
  • Berichten: 37431

subdomein

16 nov 2024 15:07
#24
Hier is het volledige bestand zoals het er nu uitziet. 
Deze bijlage is verborgen voor gasten.
Login of registreer om deze te zien.
  • AnnoWillem
  • AnnoWillem's berichtenfoto Heeft onderwerp gestart
  • Nieuw op Joomla!NL
  • Nieuw op Joomla!NL
  • Berichten: 14
Tijd voor maken pagina: 0.763 seconden
Gemaakt door Kunena

Wil je Joomla!NL steunen?

Steun Joomla!NLAlle teamleden werken enthousiast, op vrijwillige basis, mee aan Joomla!NL. Maar een website met forum kost nu eenmaal geld. Dus als je Joomla!NL wilt steunen, dan kan dat, graag zelfs!

Lees hier meer informatie