Answer the question
In order to leave comments, you need to log in
How to change url view without redirect?
I tried with mod_rewrite, only it redirects permanently...
Sample code
Allow from all
Options FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteRule ^([a-zA-Z]+)/([a-zA-Z]+)/home.php$ home/ [R=301,L, NC]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
http://blog/view/site/home.php
tohttp://blog/home
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question