Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: Htaccess file for redirect?

3 views
Skip to first unread message

Ivan Shmakov

unread,
Sep 21, 2012, 12:17:30 AM9/21/12
to
>>>>> Andrew S <andr...@gmal.cmo> writes:

[Cross-posting to news:comp.infosystems.www.servers.misc.]

[...]

> Supposedly I have to edit a '.htaccess' file, but I don't know where
> it is located on the server. Where should it be? In the default
> public_html or www folder or in one of the server folders?

The directory the site files are located in.

> So I need to redirect 5 URLs. How do I do that? How about this:

> (with htaccess on first server)

> #With mod_rewrite
> RewriteEngine on
> RewriteRule ^/subdir/(.*) http://www.newwebsite.com/$1 [R,L]

> Is that last bit correct? Is there anything else I need, like to do
> I need to close that statement?

As stated, this problem could be solved by a RedirectMatch [1]
directive, like:

## with mod_alias
RedirectMatch permanent ^/example/(.*) http://example.com/$1

[1] http://httpd.apache.org/docs/2.2/mod/mod_alias.html#redirectmatch

--
FSF associate member #7257
0 new messages