I’m developing a website and I need to get the pretty url.
After a couple of hours spent reading tons of tutorials, it always give me back an error..
I create the .htaccess file in the root directory (www.mysite.com/.htaccess).
I would the url beacame form http://www.mysite.com/subdirectory/news.php to http://www.mysite.com/subdirectory/news/
I tried with
RewriteRule ^subdirecotry/news.php$ http://www.mysite.com/subdirectory/news [L]
but it did not work.
Thank you!
You can try: