geting joomla to display on main page. - Joomla! Forum - community, help and support
i wondering if there way joomla display on url.com page instead of having url.com/joomla
using .htaccess redirection
when using apache web server, directory-specific .htaccess files (as apache's main configuration files) can used. example, redirect single page:
redirect 301 /oldpage.html http://www.example.com/newpage.html
http://en.wikipedia.org/wiki/url_redirection
Comments
Post a Comment