Don't really know were to post this but I need some help with .htaccess mod_rewrite because I do not know how it should look. I want following links to be rewritten. home.php >> x/ api.php?create=[VALUE] >> x/api/create/[VALUE]/ api_example.php >> x/api/example/ dashboard/login.php >> x/dashboard/login/ dashboard/signup.php >> x/dashboard/signup/ dashboard/logout.php >> x/dashboard/logout/ dashboard/index.php >> x/dashboard/ dashboard/index.php?page=newshortlink >> x/dashboard/new/ dashboard/index.php?page=account >> x/dashboard/account/ dashboard/index.php?page=delshortlink >> x/dashboard/delete/ dashboard/index.php?page=del&action=delete&id=[VALUE] >> x/dashboard/delete/[VALUE]/ Hope someone that is good on this can help me.
Edit...be right back... I typed something else then realized it wasn't what I or you wanted. Here is another tool that may help you... http://www.htaccesstools.com/ But I don't think it will.. Sorry.
Okay. Do not know why it stands edit but I guess you will help me with this and if that is the case thank you very much
This might help you but you may need to be logged in or be part of vbseo? vBulletin SEO Forums You are looking for rewrites right?
Yes I am looking for rewrites but this is not for any vbulletin forum or anything like that its for an website only.
Thanks for that one but it doesn't work. just get an 500 error page when i put the rewrite rule in my .htaccess file.