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! 2.5 die je gebruikt
2 De volledige url van je website indien mogelijk.
3 De versie van de extensie waar de vraag over gaat.

login fout bij inschakelen "Gebruik URL herschrijven"

login fout bij inschakelen "Gebruik URL herschrijven"

01 jul 2012 02:39 - 01 jul 2012 09:35
#1
ik maak gebruik van een url URL Rewrite. dus moet ik "Gebruik URL herschrijven
" inschakelen bij algemene instellingen.
indien ik dat doe dan krijg ik na het inloggen op front end een 404 pagina.

indien ik het uitschakel kan ik wel inloggen.

bijzonderheden:
k2 module


mijn iirf.ini ziet er zo uit (url Rewrite)


Code:
## # @package Joomla # @copyright Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved. # @license GNU General Public License version 2 or later; see LICENSE.txt ## ## # READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE! # # The line just below this section: 'Options +FollowSymLinks' may cause problems # with some server configurations. It is required for use of mod_rewrite, but may already # be set by your server administrator in a way that dissallows changing it in # your .htaccess file. If using it causes your server to error out, comment it out (add # to # beginning of line), reload your site in your browser and test your sef url's. If they work, # it has been set by your server administrator and you do not need it set here. ## ## Can be commented out if causes errors, see notes above. Options +FollowSymLinks ## Mod_rewrite in use. RewriteEngine On ## Begin - Rewrite rules to block out some common exploits. # If you experience problems on your site block out the operations listed below # This attempts to block the most common type of exploit `attempts` to Joomla! # # Block out any script trying to base64_encode data within the URL. RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR] # Block out any script that includes a <script> tag in URL. RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR] # Block out any script trying to set a PHP GLOBALS variable via URL. RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR] # Block out 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 homepage RewriteRule .* /index.php [F] # ## End - Rewrite rules to block out some common exploits. ## Begin - Custom redirects # # 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 ## # Uncomment following line if your webserver's URL # is not directly related to physical file paths. # Update Your Joomla! Directory (just / for root). ## # RewriteBase / ## Begin - Joomla! core SEF Section. # RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] # # If the requested path and file is not /index.php and the request # has not already been internally rewritten to the index.php script RewriteCond %{REQUEST_URI} !^/index\.php # and the request is for something within the component folder, # or for the site root, or for an extensionless URL, or the # requested URL ends with one of the listed extensions RewriteCond %{REQUEST_URI} /component/|(/[^.]*|\.(php|html?|feed|pdf|vcf|raw))$ [NC] # and the requested path and file doesn't directly match a physical file RewriteCond %{REQUEST_FILENAME} !-f # and the requested path and file doesn't directly match a physical folder RewriteCond %{REQUEST_FILENAME} !-d # internally rewrite the request to the index.php script RewriteRule .* /index.php [L] # ## End - Joomla! core SEF Section.
Edit Astrid: Ik heb de code tussen codetags geplaatst, volgende keer graag zelf doen.

Edit Astrid: Ik heb je topic voorlopig verplaatst naar het 2.5 forum. Woody4U en JulianK, bedankt voor het melden.
  • M.artijn
  • M.artijn's berichtenfoto Heeft onderwerp gestart
  • Nieuw op Joomla!NL
  • Nieuw op Joomla!NL
  • Berichten: 5

login fout bij inschakelen "Gebruik URL herschrijven"

01 jul 2012 08:51
#2
Hoi M.artijn,

Namens het Joomla!NL team heet ik je van harte welkom op dit forum.

Graag wil ik je er op wijzen, dat waar je je topic nu gestart hebt, alleen voor technische problemen is die zich op dit forum voordoen.

Voor je dit aan zet, zie je in de backend van Joomla een uitroep tekentje staan. Als je Apache gebruikt moet je voor je het aanzet "htaccess.txt" naar ".htaccess" hernoemen, zonder aanhalingstekens. Als je IIS gebruikt moet je "web.config.txt" naar "web.config" hernoemen.

Graag zou ik je nog willen vragen welke Joomla versie je gebruikt?
Groetjes, Julian.

Voordat je een vraag post, gebruik eerst de zoekfunctie van ons forum eens.
Vragen via dit forum
Wil je Joomla!NL steunen? Dat kan met een donatie.
  • Juliank92
  • Juliank92's Profielfoto
  • Algemeen Moderator
  • Algemeen Moderator
  • Berichten: 1722

login fout bij inschakelen "Gebruik URL herschrijven"

01 jul 2012 12:46 - 01 jul 2012 12:49
#3
hi,
sorry indien ik iets verkeerd doe, ik zal net als u ook andere proberen te helpen waar ik kan.
inderdaad was het versie 2.5


ik heb inderdaad nog de bestanden:
web.config.txt
htaccess.txt

en maak gebruik van een host uitsluitend op het Windows Server 2003 besturingsysteem, in combinatie met IIS6 (Internet Information Services 6).


ik heb al geprobeerd om het bestand "web.config.txt"
naar "web.config" te hernoemen maar dit loste het niet op.

mijn 404 pagina ziet er zo uit:

HTTP Error 404 - File or directory not found.
Internet Information Services (IIS)

Technical Information (for support personnel)

Go to Microsoft Product Support Services and perform a title search for the words HTTP and 404.
Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled Web Site Setup, Common Administrative Tasks, and About Custom Error Messages.
  • M.artijn
  • M.artijn's berichtenfoto Heeft onderwerp gestart
  • Nieuw op Joomla!NL
  • Nieuw op Joomla!NL
  • Berichten: 5

login fout bij inschakelen "Gebruik URL herschrijven"

01 jul 2012 12:50 - 01 jul 2012 12:53
#4

hi,
sorry indien ik iets verkeerd doe, ik zal net als u ook andere proberen te helpen waar ik kan. maar ik weet niet zo goed wat er word bedoeld met "Ik heb de code tussen codetags geplaatst, volgende keer graag zelf doen."

OFF-TOPIC
Als je de code blauw maakt en hier op klikt komt de code tussen tags te staan.

Deze afbeelding is verborgen voor gasten.
Login of registreer om deze te zien.


EDIT: Ik zie nu dat je bovenstaande tekst hebt verwijderd uit je bericht.
Maar de informatie is gratis. :cheer:
Groeten, Jelle
Voordat je een vraag post, gebruik eerst de zoekfunctie van ons forum eens.
Vragen uitsluitend via dit Forum.
Is je vraag opgelost? Dan kan je hem zelf sluiten .
Wil je Joomla!NL steunen? Dat kan met een donatie.
  • Jelle
  • Jelle's Profielfoto
  • Algemeen Moderator
  • Algemeen Moderator
  • Berichten: 13625

login fout bij inschakelen "Gebruik URL herschrijven"

02 jul 2012 16:08
#5
Ik heb helemaal geen kaas gegeten van Windows servers, maar vond wel dit draadje voor je.
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: 37438

login fout bij inschakelen "Gebruik URL herschrijven"

02 jul 2012 16:40
#6
Verwijder het onderstaande eens in het bestand wat je in je eerste post hebt geplaatst. Wij kennen het als .htacces.
Code:
## Can be commented out if causes errors, see notes above. Options +FollowSymLinks
Groetjes , George
www.itsynergy.nl - KvK 54485886 te Rotterdam
  • GeorgeV.
  • GeorgeV.'s berichtenfoto
  • Joomla!NL vriend(in)
  • Joomla!NL vriend(in)
  • Berichten: 1800
Moderators: JelleRomke
Tijd voor maken pagina: 0.672 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