Edit/Delete: I figured and made use of some better tags for defining variables and all that
replaced prev. htaccess with this:
hehe so yeah thanks anyways
replaced prev. htaccess with this:
Code:
RewriteEngine on
RewriteRule ^([a-z]+)/$ /index.php?x=$1 [L]
RewriteRule ^more/([0-9]+)/$ /index.php?x=more&id=$1 [L]
RewriteRule ^more/$ /index.php?x=more [L]
hehe so yeah thanks anyways
Last edited: