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.

opgelost Weer iemand met het index.php probleem

Weer iemand met het index.php probleem

15 apr 2013 13:33
#1
Ik heb gezocht en veel gevonden op het forum dat over index.php gaat en dat je dan het bestandje htaccess.txt moet hernoemen naar .htaccess maar dan klapt bij mij de hele website incl. het admin-gedeelte naar de eeuwige jachtvelden.
En ja, ik heb bij de algemene instelling ook aangegeven dat het vriendelijke url's moeten zijn etc.

Dus wat gaat hier niet goed?
Ik las iets over het synchroniseren bij je host, maar daar kan ik bij One niets over vinden.
Discussie gesloten.
  • David
  • David's berichtenfoto Heeft onderwerp gestart
  • Vaste bezoeker van Joomla!NL
  • Vaste bezoeker van Joomla!NL
  • Berichten: 1031

Weer iemand met het index.php probleem

15 apr 2013 13:38 - 15 apr 2013 13:39
#2
Hallo,

Ik heb hier wat gevonden over de instellingen bij One
Anders neem even contact met ze op.
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.

Laatst bewerkt 15 apr 2013 13:39 door Jelle.
Discussie gesloten.
  • Jelle
  • Jelle's Profielfoto
  • Algemeen Moderator
  • Algemeen Moderator
  • Berichten: 13597

Weer iemand met het index.php probleem

15 apr 2013 13:45 - 15 apr 2013 13:49
#3
Ik heb even gekeken in je draadje en daar staat dat het hekje voor "RewriteEngine On" weg moet.
Laat ik die nu net NIET in mijn bestand hebben staan...

Misschien heeft iemand iets aan de tekst in het htaccess.txt bestand?
Zie bijgaand.
Code:
## # @package Joomla # @copyright Copyright (C) 2005 - 2013 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 Jelle.D: Ik heb de code tussen codetags geplaatst, volgende keer graag zelf doen.
Laatst bewerkt 15 apr 2013 13:49 door Jelle.
Discussie gesloten.
  • David
  • David's berichtenfoto Heeft onderwerp gestart
  • Vaste bezoeker van Joomla!NL
  • Vaste bezoeker van Joomla!NL
  • Berichten: 1031

Weer iemand met het index.php probleem

15 apr 2013 13:55
#4
Tja, one.com staat niet bekend als Joomla-vriendelijke hoster. Ik kom ook ergens tegen dat je juist een hekje moet zetten voor:
Code:
Options +FollowSymLinks
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.

Discussie gesloten.
  • Astrid
  • Astrid's Profielfoto
  • Moderator + Technisch team
  • Moderator + Technisch team
  • Berichten: 37132

Weer iemand met het index.php probleem

15 apr 2013 14:00
#5
Geprobeerd en gauw weer terug gezet: werkt niet.
Meer opties?
Discussie gesloten.
  • David
  • David's berichtenfoto Heeft onderwerp gestart
  • Vaste bezoeker van Joomla!NL
  • Vaste bezoeker van Joomla!NL
  • Berichten: 1031

Weer iemand met het index.php probleem

15 apr 2013 14:03
#6
Of overstappen naar een Joomla vriendelijke hoster of je vraag bij one.com neerleggen.
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.

Discussie gesloten.
  • Astrid
  • Astrid's Profielfoto
  • Moderator + Technisch team
  • Moderator + Technisch team
  • Berichten: 37132

Weer iemand met het index.php probleem

15 apr 2013 15:03
#7
Na wat proberen is het gelukt.

Mijn stappenplan (handig voor andere leden)

Ik heb eerste lokaal in het mapje van Joomla! het bestand htaccess.txt gekopieerd (heb ik het origineel nog), hier heb ik het hekje (#) voor "Options +FollowSymLinks" gezet en toen het bestand opgeslagen en geslagen.
Daarna het bestand hernoemt naar .htaccess.
Het oude htaccess.txt-bestand op de ftp hernoemd naar htaccess_oud.txt en als laatste stap het .htaccess-bestand naar de root op de server verplaatst.
En nu is eindelijk index.php weg uit de url.

Dank voor het meedenken.
Discussie gesloten.
  • David
  • David's berichtenfoto Heeft onderwerp gestart
  • Vaste bezoeker van Joomla!NL
  • Vaste bezoeker van Joomla!NL
  • Berichten: 1031
Moderators: Juliank92PeterJelleRomke
Tijd voor maken pagina: 0.858 seconden

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