Hi there..
I can get my homepage to show up at http://www.ancientweb.org
BUT when I go to subpages I get an error..and my .htaccess has this only
<IfModule mod_rewrite.c>
RewriteEngine On
# Removes index.php
RewriteCond $1 !\.(gif|jpe?g|png)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /ancientweb/index.php?/$1 [L]
# If 404s, "No Input File" or every URL returns the same thing
# make it /index.php?/$1 above (add the question mark)
</IfModule>I can still access my subpages thru the old url like so…http://gigamyte.com/ancientweb/explore/
what am I doing wrong? I had enginehosting point my domain to a subfolder alias of my original url as I am using MSM and have two websites hosted from this instance of EE
Please help!!!