Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
installation of a non-domainroot directory
#1
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]'
Reply
#2
Shaiton or devil?

I do not know any Internet-Protocol
Quote: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
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#3
Place .htaccess file in your root www directory, and paste there below directives:
Code:
RewriteEngine on
RewriteBase /simple/
Addons: blue business theme, Online Visitors, Notepad
Reply
#4
did you install GetSimple or did you just move it from another installation?

Otherwise I cannot see why there is
Code:
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
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#5
I install simple cms in domain/simpleyoh/ folder. This first installation.
http://get-simple.info/wiki/installation:moving_folders - this blank. no content.
Reply
#6
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

Code:
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:
Code:
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:
Code:
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?
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply




Users browsing this thread: 1 Guest(s)