Jump to content


Friendly URL's 0.6.x (Apache)


226 replies to this topic

#226 Ralph

    Loves Etomite Forums!

  • Admin
  • 6,506 posts
  • Gender:Male

Posted 12 February 2008 - 02:33 PM

View PostCris D., on Feb 11 2008, 04:38 PM, said:

I just realised this the other day... The Etomite manager contains a link to phpinfo built it under >>View System Info >>Server Information >> PHP Info. Nice...

Yeah, I use that all the time when diagnosing problems with member sites... Doesn't help much when you can't access the manager, however... One of those hidden secrets but has been mentioned in several threads in the course of helping debug installs...

#227 darren

    Likes Etomite Forums!

  • Member
  • PipPip
  • 251 posts

Posted 27 March 2008 - 09:16 PM

Just for anyone searching in the future, I just had a site moved from a staging folder (/NEW) and go live. FURLs worked fine in /NEW, but not in the root of the site. Using this file instead of the provided one solved the issue, whatever it was.

thks :Whew:

View Postcathode, on Oct 19 2007, 06:01 PM, said:

Try this .htaccess file:

RewriteEngine On
 
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d
 RewriteCond %{REQUEST_URI} !^/.*/.*$
 RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
 
 # Change the address below to be the absolute 404 document path
 ErrorDocument 404 http://www.domain.com/http404.html






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users