What I want to accomplish:
mysite.com/webdevelopment/ = webdevelopment.php
mysite.com/webdevelopment/websites = websites.php
Also:
mysite.com/internetmarketing/ = internetmarketing.php
mysite.com/internetmarketing/seo = seo.php
My question is: how to do it with .htaccess? I know how to rewrite url’s , but when I use:
internetmarketing/seo$ seo.php , it does not work like it should. Could you explain to me how I can achieve what I want?
Thanks in advance!
Assuming your using Apache you can do something like this in a
.htaccessfile.