Jump to content


Friendly URL's 0.6.x (Apache)


  • You cannot reply to this topic
226 replies to this topic

#221 cathode

    Loves Etomite Forums!

  • Staff
  • 648 posts
  • Gender:Male

Posted 19 October 2007 - 06:12 PM

View PostChristie, on Oct 19 2007, 03:06 PM, said:

Same Results:

Not Found

The requested URL /estate-planning.html was not found on this server.

Rewriting may be disabled or locked down on your host. To get help, you'll have to post your etomite and server details.

#222 Christie

    Etomite Forum Newbie

  • Member
  • 6 posts

Posted 19 October 2007 - 06:25 PM

View Postcathode, on Oct 19 2007, 03:12 PM, said:

Rewriting may be disabled or locked down on your host. To get help, you'll have to post your etomite and server details.

Apache Version Apache/2.0.52 (CentOS)
Etomite Version 0.6.1.4 Final (PL:4)
PHP Version 4.3.9

Erm, im not sure what other information is needed or where to get it

Oh and 'Loaded Modules' includes mod_rewrite B)

Edited by Christie, 19 October 2007 - 06:30 PM.


#223 Dean

    Loves Etomite Forums!

  • Admin
  • 4,758 posts
  • Gender:Male

Posted 19 October 2007 - 06:30 PM

create a file called phpinfo.php and upload it to your root of the website

add this as the contents:
<? phpinfo(); ?>


then access the file via your site

http://www.yoururl.tld/phpinfo.php


then look for mod_rewrite in the page.

#224 sayad111

    Etomite Forum Newbie

  • Member
  • 7 posts

Posted 11 February 2008 - 09:27 PM

View PostDean, on Oct 19 2007, 07:30 PM, said:

create a file called phpinfo.php and upload it to your root of the website

add this as the contents:
<? phpinfo(); ?>


then access the file via your site

http://www.yoururl.tld/phpinfo.php


then look for mod_rewrite in the page.


Great!...It works thnx for the info ;-)


______
http://www.thewebkinzblog.com

#225 Cris D.

    Loves Etomite Forums!

  • Developers
  • PipPipPipPip
  • 1,104 posts
  • Gender:Male

Posted 11 February 2008 - 09:38 PM

Quote

create a file called phpinfo.php and upload it to your root of the website

add this as the contents:
<? phpinfo(); ?>


then access the file via your site

http://www.yoururl.tld/phpinfo.php

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...

#226 Ralph

    Loves Etomite Forums!

  • Admin
  • 6,524 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