A Question on Ultimate phpBB3 SEO

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
Forumsregeln
phpBB 3.0 hat das Ende seiner Lebenszeit überschritten
phpBB 3.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 3.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf die neuste phpBB-Version, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
uws2010
Mitglied
Beiträge: 1
Registriert: 24.09.2010 12:24

A Question on Ultimate phpBB3 SEO

Beitrag von uws2010 »

A Question on Ultimate phpBB3 SEO

I want to install Ultimate phpBB3 SEO to optimize phpBB3 my forum

The steps are:
1) Backup all your files;
2) Apply the mod code changes on copies of your files;
3) Upload all files;
4) CHMOD the phpbb_seo/cache/ folder to 0777;
5) Empty the phpBB/cache/ folder : just delete all files EXCEPTS the .htaccess.
6) Go to yoursite.com/phpBB/phpbb_seo/phpbb_seo_install.php and follow the install instruction
7) Go to phpBB ACP : It's now time to play with settings described bellow;
8) Generate your personalized .htaccess and upload or move it following the instructions;
9) Test a rewritten URL, such as yoursite.com/phpBB/post1.html, if you end up with a 404 (not a phpBB message), go back to step 8;
10) Activate URL rewriting in phpBB ACP and allow yourself some auto-congratulation

I don't know what to do in step 2.
Could anybody help me what to do in step 2?

Many thanks!
Benutzeravatar
dagobert50gold
Gesperrt
Beiträge: 1316
Registriert: 04.11.2009 16:52

Re: A Question on Ultimate phpBB3 SEO

Beitrag von dagobert50gold »

Welcome on phpBB.de :wink: !

What do you mean with the 8) ?

In Step 2 you have to do code changes. that means, that you read in the install-file, what you have to do and you do this in the files.

An example:

You have an file

Code: Alles auswählen

Beispieltext 1
Befehl = 34564352

Wenn 2435< 3424 Dann
Nicht nur das
Ende wenn

Etwas code hier

das hier
und etwas hier
Das ist ein Beispieltext < 242

Texttest = Testtext
24 => 2421
And in the install-file is:
Replace
Wenn 2435< 3424

With
Wenn auch < dasnoch
... your file is that:

Code: Alles auswählen

Beispieltext 1
Befehl = 34564352

Wenn auch < dasnoch Dann
Nicht nur das
Ende wenn

Etwas code hier

das hier
und etwas hier
Das ist ein Beispieltext < 242

Texttest = Testtext
24 => 2421
Then you have to load the file up to your webspace.
Der kleine phpBB.de-Knigge - unsere HausordnungF1 WebTipp von Dr.DeathF1 WebTipp SQL-Updates
Kein Support per PN! Auch nicht zu den F1WebTipp-SQL-Updates!
Antworten

Zurück zu „[3.0.x] Mod Support“