Can anyone help me with this , instead of posting at their i thought more smart people will be here :P ,

I need this mod rewrite thing for SEO in IPB. 2.0.0 that is the url`s changed to html format ,

Searched google but most of are for 1.3 and others are useless crap .

plz help

Dani AI

Generated

Short summary and quick diagnosis: this thread is looking for an IPB 2.0.0 "mod_rewrite" (SEO-friendly URLs). posted a download link that requires a separate site login; the "user/pass doesn't exist" message usually means the third-party repository requires its own account (not the IPB admin credentials). 's suggestion to try alternate search engines is sensible — older mods and mirrors often turn up outside the first Google page.

Preparation checklist before attempting any IPB rewrite patch:

  • Make a full backup of files and the database. No change should be attempted without a rollback point.
  • Confirm the host runs Apache with mod_rewrite enabled and that .htaccess is allowed (AllowOverride All). Test mod_rewrite before touching the board.
  • Match the mod exactly to the IPB build number — 2.0.0 vs 2.0.x matters. Community patches frequently depend on exact code paths.
  • Try changes on a local or staging copy first and disable other hacks or plugins to isolate compatibility issues.

A minimal rewrite test (to confirm mod_rewrite is active)
Create a tiny PHP script called rewrite_test.php that echoes text, and place this .htaccess in the same folder:

# rewrite_test.php
<?php echo 'mod_rewrite OK'; ?>

# .htaccess
RewriteEngine On
RewriteRule ^rewrite_test$ rewrite_test.php [L,QSA]

Request the URL /rewrite_test — if the script output appears, mod_rewrite is functioning.

Common recovery steps if login or board access breaks after applying a patch: restore the backup or temporarily disable the .htaccess (rename it) to revert rewriting, clear IPB cache files and browser cookies, check cookie domain/path in the board configuration, and inspect server error logs for 403/500 clues. If the repository download truly requires registration, use that site's account-recovery/registration flow or search for alternate, reputable mirrors that explicitly list compatibility and installation instructions.

Recommended Answers

All 3 Replies

Just for kicks try searching yahoo or msn. Their results are not so geared towards backlinks and since the 2.0 modrewrite version (if it exists) is newer it won't have as many backlinks.

It`s asking for User Pass of Invision Board and when I do that it says it doesn`t Exist ! :(

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.