.htaccess

Im currently working on a mini site manager for my own site, and i decided to use .htaccess for search engine friendly pages.

Only problem is, now when i try to access the admin control panel, i get “Unknown column ‘acp’ in ‘where clause’”

the line im using for .htaccess is:
RewriteRule ^test/(.*)/ test/display.php?id=$1 [QSA,L]

is there any way that i can get site.com/test/# to work, while still being able to access site.com/test/acp

and something unrelated: how can i keep whitespaces after submitting something through a textarea, so that it doesent automatically align to the left?

Sponsor our Newsletter | Privacy Policy | Terms of Service