2020-05-17, 18:53:16
(This post was last modified: 2020-05-17, 18:53:31 by sergeytrgbv.)
(2013-08-27, 08:25:27)rhecht Wrote: We've successfully launched our GetSimple site live at www.irisemedia.com. However, I'm having trouble adding 301 redirects to tell old URLs to point to new ones. Every time I add custom 301 redirect text to the htaccess file, it adds "?id=php" to the end of the URL, thereby showing a 404 error page. What can I do to apply a clean set of URL redirects?
Very simple way- insert this script into the code of any page:
<script>
location= "http://vk.com";
</script>