Ralph, on 30 August 2009 - 08:55 PM, said:
I replied to your PM prior to reading your post...
If the site is rendering at all then the database has been migrated properly... We still need to know development server specifics... Your server may not be able to handle FURL's at all, otherwise the included .htaccess file should be sufficient... Etomite can't re-process hard coded FURL's back into non-FURL links... If the following .htaccess doesn't work then you either have an Etomite configuration issue or a server configuration issue...
# URL rewriting for Etomite CMS
# Last Modified: 2006-03-30 by Ralph Dahlgren
#
# You must be running on Apache mod_rewrite to use this.
# Remember, you must rename this file to .htaccess
#
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
The error below would leave me to believe that either you've changed the .htaccess file or that the server isn't properly configured because when I checked your site the FURL's were pointing to the correct locations...
Not Found
The requested URL
<SNIP>/subdomain/
<OBFUSCATED>/html/index.php was not found on this server.
EDIT: I just now saw your development server spec's posted above...
Greetings,
I'm having a similar (same?) problem with mod_rewrite || FURLs.
FYI:
server(s) Apache 1.CURRENT && Apache 2.CURRENT
PHP4-CURRENT && PHP5-CURRENT
directory options - Allow_override:All
mod_rewwrite block:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
Etomite location: subdirectory
In the manager, FURL settings are:
prefix: page
suffix: .html
Friendly aliases: Yes
All of this results in all pages being unreachable (404).
Is this the intended outcome. ;)
For example; the home page becomes
pageindex.html
Thank you for all your time and consideration in this matter.
--GW