- Home
- Categorie
- Coding e Sistemistica
- Gestione di Forum
- mod rewrite phpbb (Giorgio)
-
mod rewrite phpbb (Giorgio)
Ciao a tutti finalmemte son riuscito a installare e a integrare il forum phpbb in joomla ( a livello utenti e di registrazione) volevo chiedervi per il mod rewrite , leggendo sul wiki gt, dice " aprite il file .htacces e inserite queste righe :
Options +FollowSymlinks
RewriteEngine On
#RewriteBase /RewriteRule [.]-vf([0-9]) viewforum.php?%{QUERY_STRING}&f=$1
RewriteRule [.]-vp([0-9]) viewtopic.php?%{QUERY_STRING}&p=$1
RewriteRule [.]-vt([0-9]) viewtopic.php?%{QUERY_STRING}&t=$1
La mia domanda è : quale .htacces? quello che c'è nella root del sito? ( nel mio caso dove ho installato joomla)
Altra domanda : il mio file .htaccess si presenta così:@version $Id: htaccess.txt 1570 2005-12-29 05:53:33Z eddieajau $
@package Joomla
@copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
@license http://www.gnu.org/copyleft/gpl.html GNU/GPL
Joomla! is Free Software
mod_rewrite in use
RewriteEngine On
NOTE!
When using multiple Joomla sites or other web applications in sub-folders,
you must explicitly turn the RewriteEngine off or use the settings
recommended for the application
Uncomment following line if your webserver's URL
is not directly related to physical file paths.
Update YourJoomlaDirectory (just / for root)
RewriteBase /
Rules
RewriteCond %{REQUEST_FILENAME} !.(jpg|jpeg|gif|png|css|js|pl|txt)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.phpCome dovrei fare per inserire le modifiche del file .htacces ??
Grazie in anticipo
-
Ho provato ha inserire i 3 file rewrite rule, ho modificato i 2 file come era scritto nel wiki gt e mi dà i seguenti 2 errori : Parse error: syntax error, unexpected $end in /home/mhd-01/www.sielfree.com/htdocs/forum-webmaster/includes/page_header.php on line 589
Quando ho ripristinato l'header mi ha dato questo errore : Fatal error: Call to undefined function: rewrite_urls() in /home/mhd-01/www.sielfree.com/htdocs/forum-webmaster/includes/page_tail.php on line 79
.... Helppppppppppppppp
-
@sielfree said:
Ho provato ha inserire i 3 file rewrite rule, ho modificato i 2 file come era scritto nel wiki gt e mi dà i seguenti 2 errori : Parse error: syntax error, unexpected $end in /home/mhd-01/www.sielfree.com/htdocs/forum-webmaster/includes/page_header.php on line 589
Quando ho ripristinato l'header mi ha dato questo errore : Fatal error: Call to undefined function: rewrite_urls() in /home/mhd-01/www.sielfree.com/htdocs/forum-webmaster/includes/page_tail.php on line 79
.... HelpppppppppppppppSe ripristini il vecchio header devi riprinare anche il vecchio .htaccess
Ciao