FinalFantasy
05-06-2015, 01:59 PM
I am trying to change this
http://www.website.com/forums/threads/19910-blablabl-blabla/page2
http://www.website.com/forums/threads/19910-blablabl-blabla/page3
to this
http://www.website.com/forums/threads/19910-blablabl-blabla-page2
http://www.website.com/forums/threads/19910-blablabl-blabla-page3
but i prefer this one
http://www.website.com/forums/threads/page2/19910-blablabl-blabla
http://www.website.com/forums/threads/page3/19910-blablabl-blabla
my htaccess
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
# Forum
RewriteRule ^threads/.* showthread.php [QSA]
RewriteRule ^forums/.* forumdisplay.php [QSA]
RewriteRule ^members/.* member.php [QSA]
Is this possible?
Please i really need to change this.
http://www.website.com/forums/threads/19910-blablabl-blabla/page2
http://www.website.com/forums/threads/19910-blablabl-blabla/page3
to this
http://www.website.com/forums/threads/19910-blablabl-blabla-page2
http://www.website.com/forums/threads/19910-blablabl-blabla-page3
but i prefer this one
http://www.website.com/forums/threads/page2/19910-blablabl-blabla
http://www.website.com/forums/threads/page3/19910-blablabl-blabla
my htaccess
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
# Forum
RewriteRule ^threads/.* showthread.php [QSA]
RewriteRule ^forums/.* forumdisplay.php [QSA]
RewriteRule ^members/.* member.php [QSA]
Is this possible?
Please i really need to change this.