Rewrite engine on

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • kiLLeR-eyEd_14
    replied
    Originally posted by Ponick View Post
    When i put this on my .Htaccess

    rewriteEngine on

    then my server could not work . . . .

    How can i make it work ?

    Im using free host like 000webhost.
    i use byethost.,mod_rewrite is on

    Leave a comment:


  • subzero
    replied
    Np bro



    Now you can use

    RewriteEngine On
    RewriteCond %{HTTP_HOST} !^www\.yourwebsite.com
    RewriteCond %{HTTP_HOST} ([^.]+)\.yourwebsite.com
    RewriteRule ^(.*)$ /path_to_your_site/httpdocs/work_out.php?url=%1

    lol

    Leave a comment:


  • Ponick
    replied
    Thank you so much . subzero

    Leave a comment:


  • subzero
    replied
    Open http.conf

    Search

    LoadModule rewrite_module modules/mod_rewrite.so

    Remove #

    Save file

    Reboot your server....

    Leave a comment:


  • Ponick
    replied
    Okey . . . . I see that . But my localhost . . . .Means wich server i setuped in my pc . . Wamp server . But this iz also n0t workin . . .
    Here i can fully access to edit php.Ini file.
    N0w what the settings to support it ?

    Leave a comment:


  • subzero
    replied
    Free Hosting + LIMITED SETTINGS = CRAP SERVICES FOR YA SITE LOL

    Leave a comment:


  • Loony
    replied
    pay for better hosting

    Leave a comment:


  • Ponick
    started a topic Rewrite engine on

    Rewrite engine on

    When i put this on my .Htaccess

    rewriteEngine on

    then my server could not work . . . .

    How can i make it work ?

    Im using free host like 000webhost.
Working...
X