Originally posted by Ponick
View Post
Rewrite engine on
Collapse
X
-
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:
-
Open http.conf
Search
LoadModule rewrite_module modules/mod_rewrite.so
Remove #
Save file
Reboot your server....
Leave a comment:
-
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:
-
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.Tags: None
Leave a comment: