Topic: installation of a non-domainroot directory

Hi! I install simple cms in midomain.net/simple/. i look my site in xttp://midomain.net/simple/. How can I use my website at domain xttp://midomain.net/? This time xttp://midomain.net/ contains blank page.
My htaccess:
'AddDefaultCharset UTF-8
Options -Indexes

# blocks direct access to the XML files - they hold all the data!
<Files ~ "\.xml$">
    Order allow,deny
    Deny from all
    Satisfy All
</Files>
<Files sitemap.xml>
        Order allow,deny
    Allow from all
    Satisfy All
</Files>

RewriteEngine on

# Usually it RewriteBase is just '/', but
# replace it with your subdirectory path
RewriteBase /simpleyoh/

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9_-]+)/?$ index.php?id=$1 [QSA,L]'

Re: installation of a non-domainroot directory

Shaiton or devil?

I do not know any Internet-Protocol

xttp://

all this questions can't be answered by GetSimple, because they are related to the configuration of your host
so contact your host's support

I am sure, you will get an answer from hell ;=)

Cheers, Connie

|--
Die deutsche GetSimple-Webseite: http://www.Get-Simple.de = the german Get-Simple-Website!
Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forum/forum/16/german-deutsch/

Re: installation of a non-domainroot directory

Place .htaccess file in your root www directory, and paste there below directives:

RewriteEngine on
RewriteBase /simple/
wujitsu.pl - simple sites, simple solutions, because I like getsimple ;)

Re: installation of a non-domainroot directory

did you install GetSimple or did you just move it from another installation?

Otherwise I cannot see why there is

RewriteBase /simpleyoh/

in your .htaccess

It's never good to move an installation, better to install anew and read the wiki:

http://get-simple.info/wiki/installation:moving_folders

Cheers, Connie

|--
Die deutsche GetSimple-Webseite: http://www.Get-Simple.de = the german Get-Simple-Website!
Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forum/forum/16/german-deutsch/

Re: installation of a non-domainroot directory

I install simple cms in domain/simpleyoh/ folder. This first installation.
http://get-simple.info/wiki/installation:moving_folders - this blank. no content.

Re: installation of a non-domainroot directory

now I am really confused.

Is the directory where you install GetSimple "/simple" or "/simpleyo"

if it is named /simpleyo, the rewrite base has to be

RewriteEngine on
RewriteBase /simpleyo/

and you will see your website in yourdomain.tld/simpleyo/index.php

if it is named /simple, rewrite base in .htacces has to be:

RewriteEngine on
RewriteBase /simple/

and you will see your website in yourdomain.tld/simple/index.php

if you want to have GetSimple directly in your domain, not in a subdirectory,
you have to install it in the root and the rewrite base should be:

RewriteEngine on
RewriteBase /

and you will see your website in yourdomain.tld/index.php

I think you installed in a subdirectory but want to have it in the main directory. right?

|--
Die deutsche GetSimple-Webseite: http://www.Get-Simple.de = the german Get-Simple-Website!
Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forum/forum/16/german-deutsch/