tas2580 / seourls

phpBB Extension: URL rewriting for phpBB forums
https://tas2580.net/downloads/phpbb-seo-url/
GNU General Public License v2.0
44 stars 25 forks source link

Rewrite rules on Apache #60

Open storagesos opened 5 years ago

storagesos commented 5 years ago

I have issues with rewrite rules on an apache server.
RewriteRule ^(.)-f([0-9]) viewforum.php?f=$2&%{QUERY_STRING} [L]

I have disabled this rule in my config now. when enabled images links on server do not work (The forum you selected does not exist.) I guess this rule would rewrite *any url as a viewforum parameter . removing this rule makes sure it works, need to check if this rule would be required for any special case and if it would break anything?