i am need to know to do a url rewrite
i want my website address to be like this
orginal url: http://www.websitename.com/name.html
new url: http://www.websitename.com/name
thanks
Printable View
i am need to know to do a url rewrite
i want my website address to be like this
orginal url: http://www.websitename.com/name.html
new url: http://www.websitename.com/name
thanks
In .htaccess filehttp://www.websiteoptimization.com/speed/tweak/rewrite/Code:<FilesMatch .*>
Options +MultiViews
</FilesMatch>