music.php -> blogs/blog/cat/musik
-
Hi folks!
I want do this:
Have a text link in my meny named “Music” (music.php). When I click on Music I want do come to the adress “localhost/blogs/blog/cat/music” but i DON’T wont the visitors to se the /blogs/blog/ part in the adressfield. I’ve been tryin this out for a day now and I can’t fix it.I have tryed change the .htaccess to:
RewriteRule ^music.php /blogs/blog/cat/music/ [L]
and
RewriteRule ^music.php https://mysite.com/blogs/blog/cat/music/ [R]…
and all kinds of flags but nothins seems to work.The [R] “works” but it shows the whole URL in the adressfield and I my mission is to mask it and NOT show that it’s a blog CMS that the site is running.
PLEASE HELP ME! ??
- The topic ‘music.php -> blogs/blog/cat/musik’ is closed to new replies.