Topic: Move my site

Hi Folks,

I am really in trouble :-(

I lost my domain name (long story!) so I need to move it elsewhere.

It was at www.mydomain.co.uk

I need to move it to www.differentdomain.co.uk/directory/

I FTP the last backup to the new place, but I just see a blank white screen when I go there. What should I do first?

Thankyou for any help.

Graham

Re: Move my site

The backup u made via monstra admin panel does not have all files in it, u have to install fresh momstra same version and than move ur backup files and replace if needed, and directory has to be like this: directory.urdomain.co.uk

(с) Roman Art
So far So good wink

RomanArt's Website

3 (edited by strzelam 2016-08-11 18:47:45)

Re: Move my site

My problem:

Move from old site and hosting. Fresh install and backup. New temp adress http:// IP server /start


OK:
Main site + page (some photos don't work - hotlink off)



Dont work:
login, tags, blog post, sitemap. (but link's are correct - changed adress in system settings)
edit old blog post


error:
The webpage cannot be found
   HTTP 404   


Site

It's possible to rescue ?

Thank you for attention.

Re: Move my site

strzelam wrote:

My problem:

Move from old site and hosting. Fresh install and backup. New temp adress http:// IP server /start


OK:
Main site + page (some photos don't work - hotlink off)



Dont work:
login, tags, blog post, sitemap. (but link's are correct - changed adress in system settings)
edit old blog post


error:
The webpage cannot be found
   HTTP 404   


Site

It's possible to rescue ?

Thank you for attention.

Hi strzelam,

the problem is .htaccess

Here you will find templates for monstra and morfy xxwebplus
Proposals to create a new template for monstra and morfy tell me your proposals xxwebplus

xxwebplus's Website

Re: Move my site

show me the file .htaccess

Here you will find templates for monstra and morfy xxwebplus
Proposals to create a new template for monstra and morfy tell me your proposals xxwebplus

xxwebplus's Website

6 (edited by strzelam 2016-07-24 10:40:31)

Re: Move my site

I tried add fotoport.win/start ...




  • # Set default charset utf-8
    AddDefaultCharset UTF-8

    # PHP 5, Apache 1 and 2.
    <IfModule mod_php5.c>
        php_flag magic_quotes_gpc                 off
        php_flag magic_quotes_sybase              off
        php_flag register_globals                 off
    </IfModule>

    <IfModule mod_rewrite.c>
        RewriteEngine on

        ## Begin - Rewrite rules to block out some common exploits.
        # If you experience problems on your site block out the operations listed below
        # This attempts to block the most common type of exploit `attempts` to Monstra
        #
        # Block out any script trying to base64_encode data within the URL.
        RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]
        # Block out any script that includes a <script> tag in URL.
        RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]
        # Block out any script trying to set a PHP GLOBALS variable via URL.
        RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
        # Block out any script trying to modify a _REQUEST variable via URL.
        RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
        # Return 403 Forbidden header and show the content of the root homepage
        RewriteRule .* index.php [F]
        #
        ## End - Rewrite rules to block out some common exploits.

        ## Begin - Rewrite rules for Monstra
        RewriteBase /start/
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteRule ^(.*)$ index.php [QSA,L]
        ## End - Rewrite rules for Monstra

        ## Begin - Rewrite rules for SEO improvements.
        # RewriteCond %{HTTP_HOST} ^www.example.org [NC]
       RewriteRule ^(.*)$ http://fotoport.win/start$1 [R=301,L]
       Redirect 301 /index http://fotoport.win/start
        ## End - Rewrite rules for SEO improvements.

    </IfModule>

    # Prevent visitors from viewing files directly.
    <FilesMatch "(^#.*#|\.(md|txt|html|tpl|yml|yaml)|~)$">
        Order allow,deny
        Deny from all
        Satisfy All
    </FilesMatch>

    # Allow read files.
    <Files robots.txt>
        Allow from all
    </Files>

    # Don't show directory listings for URLs which map to a directory.
    Options -Indexes

---

Edit I start test Monstra with Nginx

7 2016-06-19 18:50:30 (edited by xxwebplus 2016-06-19 18:51:47)

Re: Move my site

please copy it here

#
# This file is part of the Monstra.
#
# (c) Romanenko Sergey / Awilum <awilum@msn.com>
#
# For the full copyright and license information, please view the LICENSE
# file that was distributed with this source code.
#
# Set default charset utf-8
AddDefaultCharset UTF-8
# PHP 5, Apache 1 and 2.
<IfModule mod_php5.c>
    php_flag magic_quotes_gpc                 off
    php_flag magic_quotes_sybase              off
    php_flag register_globals                 off
</IfModule>
<IfModule mod_rewrite.c>
    RewriteEngine on
    ## Begin - Rewrite rules to block out some common exploits.
    # If you experience problems on your site block out the operations listed below
    # This attempts to block the most common type of exploit `attempts` to Monstra
    #
    # Block out any script trying to base64_encode data within the URL.
    RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]
    # Block out any script that includes a <script> tag in URL.
    RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]
    # Block out any script trying to set a PHP GLOBALS variable via URL.
    RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
    # Block out any script trying to modify a _REQUEST variable via URL.
    RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
    # Return 403 Forbidden header and show the content of the root homepage
    RewriteRule .* index.php [F]
    #
    ## End - Rewrite rules to block out some common exploits.
    ## Begin - Rewrite rules for Monstra
    RewriteBase /start/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php [QSA,L]
    ## End - Rewrite rules for Monstra
    ## Begin - Rewrite rules for SEO improvements.
    # RewriteCond %{HTTP_HOST} ^www.example.org [NC]
     # RewriteRule ^(.*)$ [url]http://example.org/$1[/url] [R=301,L]
    # Redirect 301 /index [url]http://example.org/[/url]
    ## End - Rewrite rules for SEO improvements.
</IfModule>
# Prevent visitors from viewing files directly.
<FilesMatch "(^#.*#|\.(md|txt|html|tpl|yml|yaml)|~)$">
    Order allow,deny
    Deny from all
    Satisfy All
</FilesMatch>
# Allow read files.
<Files robots.txt>
    Allow from all
</Files>
# Don't show directory listings for URLs which map to a directory.
Options -Indexes
Here you will find templates for monstra and morfy xxwebplus
Proposals to create a new template for monstra and morfy tell me your proposals xxwebplus

xxwebplus's Website

8 (edited by strzelam 2016-08-04 20:33:09)

Re: Move my site

Nothing change

------------------

In this moment i use ngnix. When i find some free time I try tune it.

Re: Move my site

strzelam wrote:

Nothing change

please contact me via the personal website http://xxwebplus.eu/contact you can send me Access codes for ftp to be able to check that the problem!

Here you will find templates for monstra and morfy xxwebplus
Proposals to create a new template for monstra and morfy tell me your proposals xxwebplus

xxwebplus's Website

Re: Move my site

I can help you

Re: Move my site

Nice Design of your Website......

Rio Olympic 2016 | Pokemon Go Trick | Fun Zone