Results 1 to 3 of 3

Thread: search engine friendly urls with .htaccess

  1. #1

    search engine friendly urls with .htaccess

    i was trying to set something up on someone's server using the .htaccess forcetype method in the article at http://www.websitepublisher.net/arti...friendly_urls/

    i was able to use this on my server / sites with no problem, but it won't work on his. i ssh'ed into the server and the .htaccess file was there as i had uploaded it, and the code is definitely right, but the urls won't work. he has his own dedicated server running red hat linux, and it is an apache server - also, he's running ensim basic. any suggestions?

  2. #2
    I'm the oogie boogie man! James's Avatar
    Join Date
    Aug 2004
    Location
    Canada
    Posts
    1,566
    I think that it could be somethign to do with how the server is configured. Ask his host about it.

  3. #3
    Registered tomek's Avatar
    Join Date
    Jun 2004
    Posts
    102
    .htaccess files are not enabled in the default apache configuration because they suck up some server performance

    you can allow them with the AllowOverride All statement...

    but it would be best NOT to use .htaccess and keep this functionality disabled but write your force-type statements into the apache config directly

    ... and keep in mind that you have to restart apache when you change the config file

    httpd2 -k restart
    (might be different on your server)

Similar Threads

  1. Replies: 5
    Last Post: 05-23-2004, 05:00 AM
  2. Search Engine Friendly URLs Problem
    By cameron in forum Search Engine Optimization
    Replies: 5
    Last Post: 02-24-2004, 08:43 PM
  3. Search Engine friendly urls ?
    By Dan in forum Search Engine Optimization
    Replies: 6
    Last Post: 02-11-2004, 06:26 PM
  4. IIS 4.0 + Search Engine Friendly URL's
    By Stevens in forum Website Programming & Databases
    Replies: 14
    Last Post: 02-03-2004, 08:51 PM
  5. Search Engine Friendly URLS
    By dolphin in forum Search Engine Optimization
    Replies: 8
    Last Post: 12-01-2003, 09:01 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •