Jump to content

htaccess help


pro_se

Recommended Posts

hey! you guys have helped me alot and i hope you can help me with this next question i have... i am building a cms and i dont want those gay dynamic urls and i followed some tutorial and this is what i got: [code]Options +FollowSymLinks
RewriteEngine On
RewriteRule ^([^/]*)/$ /index.php?q=$1 [L][/code] and it works when i type the url like this: http://somedomain.com/home/ but not like this: http://somedomain.com/home

basically it does not work if i dont put the trailing slash in it... does anyone know how to make it work without the ending slash?
Link to comment
https://forums.phpfreaks.com/topic/15771-htaccess-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.