Aller au contenu

Messages recommandés

Bonjour,

voila j'ai iinstaller un site via l'application joomla cela fonctionne l'orsque je met le lien de mon site sans mettre le nom "index.php" cela fonctionne . MAIS

j'ai installer un autre site joomla sans le module d'installation offert dans mon NAS j'ai bien reussi a le faire fonctionner mais malheureusement je suis obliger le mettres l'adresse complete .../index.php pour voir ma page d'acceuil arriver ensuite la navigation fonctionne bien mais lorsque je clic sur acceuil dans mon site je sort de celui revenant a la racine de mon serveur ... quelqu'un aurait-il une idee du probleme.

Lien vers le commentaire
Partager sur d’autres sites

Bonjour Lurik, merci de prendre un peut de temp pour m'aider, pour ce qui est du lien que tu viens de m'indiquer , je ne le trouve pas. En effet mais dossiers de site ce trouve dans le dossier /web.

J'ai un dossier joomla qui est le dossier d'origine avec l'installer joomla de synology et mon autre dossier de site web.

ou puis-je trouver ce dossier /var/services/web/.... ?

Lien vers le commentaire
Partager sur d’autres sites

logo.jpg

Désolé, la page que vous recherchez est introuvable.

© 2012 Synology Inc.

http://celine-esthetique.no-ip.org/celine-esthetique/index.php

ca c'est le lien de mon site ...

http://celine-esthetique.no-ip.org/index.php

ca c'est ou je me retrouve en cliquant sur accueil

mais tu peux essayer si tu veux :-)

Lien vers le commentaire
Partager sur d’autres sites

##

# @version $Id: htaccess.txt 21064 2011-04-03 22:12:19Z dextercowley $

# @package Joomla

# @copyright Copyright © 2005 - 2010 Open Source Matters. All rights reserved.

# @license http://www.gnu.org/copyleft/gpl.html GNU/GPL

# Joomla! is Free Software

##

#####################################################

# 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!

#

## Deny access to extension xml files (uncomment out to activate)

#<Files ~ ".xml$">

#Order allow,deny

#Deny from all

#Satisfy all

#</Files>

## End of deny access to extension xml files

# Block out any script trying to set a mosConfig value through the URL

RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|%3D) [OR]

# 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 root, or for an extensionless URL, or the

# requested URL ends with one of the listed extensions

RewriteCond %{REQUEST_URI} (/[^.]*|.(php|html?|feed|pdf|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

Lien vers le commentaire
Partager sur d’autres sites

fait voir un essais avec cette modification dans le fichier htaccess/

#  Uncomment following line if your webserver's URL

#  is not directly related to physical file paths.

#  Update Your Joomla! Directory (just / for root)


RewriteBase /celine-esthetique/

C'est pour être sur que joomla a bien pris en compte le fait qu'il n'est pas installé à la "racine du nom de domaine".

Lien vers le commentaire
Partager sur d’autres sites

je pensse avoir trouvé d'ou viens le problème il ce trouve que dans le meme dossier j'ai aussi un index.html dans lequel il y a une redirection vers mon site ../index.php, en faisant la modification /celine-esthetique/index.php cela a l'air de fonctionner. mais je garde ta réponse sous le bras au cas ou.

merci beaucoup

Modifié par Slushgood
Lien vers le commentaire
Partager sur d’autres sites

  • 10 mois après...

Bonjour

Je resort ce post car mon problème n'est pas très différent je pocède un DS212J sur lequel j'ai installé joomla, j'ai créé mon site jusque la tout vas bien mais pour y accéder je doit taper ( nomdemonserveur.synology.me ) pour avoir le site alors que ce que j'aimerais c'est y accèder en tapant ( nomdemonsite.synology.me )

Lien vers le commentaire
Partager sur d’autres sites

Rejoindre la conversation

Vous pouvez publier maintenant et vous inscrire plus tard. Si vous avez un compte, connectez-vous maintenant pour publier avec votre compte.

Invité
Répondre à ce sujet…

×   Collé en tant que texte enrichi.   Coller en tant que texte brut à la place

  Seulement 75 émoticônes maximum sont autorisées.

×   Votre lien a été automatiquement intégré.   Afficher plutôt comme un lien

×   Votre contenu précédent a été rétabli.   Vider l’éditeur

×   Vous ne pouvez pas directement coller des images. Envoyez-les depuis votre ordinateur ou insérez-les depuis une URL.

×
×
  • Créer...

Information importante

Nous avons placé des cookies sur votre appareil pour aider à améliorer ce site. Vous pouvez choisir d’ajuster vos paramètres de cookie, sinon nous supposerons que vous êtes d’accord pour continuer.