/ Published in: Apache
URL: http://roshanbh.com.np/2008/03/url-rewriting-examples-htaccess.html
Expand |
Embed | Plain Text
RewriteEngine on RewriteCond %{REQUEST_URI} !^/public/ RewriteRule (.*) /public/$1
You need to login to post a comment.
