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


Messages In This Thread
installation of a non-domainroot directory - by shaitan - 2012-02-14, 23:24:09



Users browsing this thread: 1 Guest(s)