Jump to content
The Uniform Server Community

Stefano

Member
  • Posts

    3
  • Joined

  • Last visited

About Stefano

  • Birthday 01/26/1984

Previous Fields

  • Main OS
    Windows XP

Contact Methods

  • Website URL
    http://viva2000.com

Profile Information

  • Location
    Europe -> Germany/Poland/Italy
  • Interests
    IT, Extreme Sports, Arts, Cultures

Stefano's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. @olajideolaolorun: yes i tried, nothing changed. @Ric : there it is =) now it works! great! thx to all =) nice evening =) Stefano
  2. hey =) thanks for the replys =) this is form the error log: "W:/www/.htaccess: RewriteRule: cannot compile regular expression '^([0-9a-z]*+)/([0-9a-z]*+)$' " now ive changed this ([-0-9a-z]*+) to this ([0-9a-z]) now there is no error, but i cant use now the function i made before. this script should work like this: httq://localhost/main-cat/section1/page2/edit/ and interprets i to: /index.php?ids=$1&section=$2&page=$3&do=$4 i want to eliminate urls like this httq://localhost/?ids=main-category&section=1&do=edit to make mo user/crawler friendly urls here a Demo and there is nothing changed its the code ive posted before hosters apache version is: Apache/2.0.54 (Debian GNU/Linux) PHP/5.2.4-0+tld0 with Suhosin-Patch mod_ssl/2.0.54 OpenSSL/0.9.7e @olajideolaolorun: ive tried what you have posted but it doesnot work. i am noob in regular expression, so i dont now how to realize this so that it can work localy =( maybe some idea how to made user friendly urls for the UFS? thx Stefano ps: sorry for my bad english
  3. hey @ all =) its mi first post but untyl today a had no problems with the unifomserver, nice work =) but there i have one question: why does a a RewriteRule make an 500 Internal Server Error ? my code: Options +FollowSymLinks RewriteEngine On RewriteRule ^([-0-9a-z]*+)/([-0-9a-z]*+)$ /index.php?ids=$1&section=$2 RewriteRule ^([-0-9a-z]*+)/([-0-9a-z]*+)/([-0-9a-z]*+)$ /index.php?ids=$1&section=$2&page=$3 RewriteRule ^([-0-9a-z]*+)/([-0-9a-z]*+)/([-0-9a-z]*+)/([-0-9a-z]*+)$ /index.php?ids=$1&section=$2&page=$3&do=$4 RewriteRule ^contact$ /index.php?ids=contact it happens also on a fresh uniserver installation as on other OSes to, my OS w2k3, but it also happens on XP. do someone have some infos how i can realize that the code i posted would work? an my real webserver it does work, only localy on uniform it wants thx Stefano
×
×
  • Create New...