Redirect from www.website.be to http://website.be/homepage/ - Joomla! Forum - community, help and support
how can redirect http://www.website.be http://website.be/homepage/
and website.be http://website.be/homepage/
i want visitors our website forward new site site redirection. if enter website.be or http://www.website.be redirected website.be/homepage
but goes wrong. 'homepage' repeated endlessly http://website.be/homepage/homepage/hom ... omepage/...
i have in both ie, google chrome , firefox.
i did alsoo with. htaccess code:
the .htaccess code before changing as:
how can redirect users?
is .htaccess-code wrong?
should change in joomla itself?
can make joomla redirect?
and website.be http://website.be/homepage/
i want visitors our website forward new site site redirection. if enter website.be or http://www.website.be redirected website.be/homepage
but goes wrong. 'homepage' repeated endlessly http://website.be/homepage/homepage/hom ... omepage/...
i have in both ie, google chrome , firefox.
i did alsoo with. htaccess code:
code: select all
options +followsymlinks
rewriteengine on
rewritecond %{http_host} ^www.website.be [or]
rewritecond %{http_host} ^website.be$
rewriterule ^(.*)$ http://website.be/homepage/$1 [l,r=301]the .htaccess code before changing as:
code: select all
options +followsymlinks
rewriteengine on
rewritecond %{http_host} ^www.website.be [nc]
rewriterule ^(.*)$ http://website.be/$1 [l,r=301]how can redirect users?
is .htaccess-code wrong?
should change in joomla itself?
can make joomla redirect?
use code in htacess file
#directoryindex /splash.html index.php
/splash.html new location
site main index
hope helps
#directoryindex /splash.html index.php
/splash.html new location
site main index
hope helps
Comments
Post a Comment