Hi guys, I'm new with .htaccess so I need some help.
Is there a way to change this link like this: mydomain.com/about-us.php#our-mission in mydomain.com/about-us/our-mission
Thanks!
Yes. You need some sort of rewrite but that is outside of my knowledge.
I was going to post what I thought would work but apparently someone on StackOverflow asked this previously - it may not be possible.
http://stackoverflow.com/questions/3585019/need-to-escape-hash-pound-character-in-htaccess-rewrite-rule
Ah, I misread that completely. I use Kirby as my CMS and it creates a rewrite to something similar to what you're asking (minus the hash). My apologies.
Hi guys, I'm new with .htaccess so I need some help.
Is there a way to change this link like this:
mydomain.com/about-us.php#our-mission
in
mydomain.com/about-us/our-mission
Thanks!
Yes. You need some sort of rewrite but that is outside of my knowledge.
I was going to post what I thought would work but apparently someone on StackOverflow asked this previously - it may not be possible.
http://stackoverflow.com/questions/3585019/need-to-escape-hash-pound-character-in-htaccess-rewrite-rule
Ah, I misread that completely. I use Kirby as my CMS and it creates a rewrite to something similar to what you're asking (minus the hash). My apologies.