Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 510 Vote(s) - 3.47 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Required from one URL to another including the query strings

#1
I just can't figure out the way to redirect all the URLs from *http://moneycodeking.com* to *http://seosatanforum.com*.

I found a piece of code with Google and it does work but redirects just the homepage, but not when URL contains query, for example:

*moneycodeking.com* WILL load *seosatanforum.com*.

but *www.moneycodeking.com/**showthread.php?tid=244*** won't load
*www.seosatanforum.com/**showthread.php?tid=244***

Any help is highly appreciated.

My .htaccess had:

Options +FollowSymLinks
RewriteEngine On
RewriteRule ^(.*)

[To see links please register here]

%{REQUEST_URI} [R=301,NC]

But it returned loop error said redirection kept repeating.
Reply

#2
If both Domains are on the same server, you can use this :


RewriteEngine on



RewriteCond %{HTTP_HOST} ^(www\.)?olddomain\.com$
RewriteRule ^(.*)$

[To see links please register here]

%{REQUEST_URI} [NE,L,R=301]
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through