Seite 1 von 1

A Question on Ultimate phpBB3 SEO

Verfasst: 24.09.2010 12:27
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!

Re: A Question on Ultimate phpBB3 SEO

Verfasst: 24.09.2010 20:19
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.