Search found 4 matches

by Nikitaa
Sun Nov 13, 2011 10:16 pm
Forum: Tutorials
Topic: .htaccess
Replies: 7
Views: 1186

Re: .htaccess

It's Working , nevermind :x

Thabk you :)
by Nikitaa
Fri Nov 11, 2011 9:07 pm
Forum: Tutorials
Topic: .htaccess
Replies: 7
Views: 1186

Re: .htaccess

It Just says invalid key .

Htaccess worked in your lamp server from the start ?
by Nikitaa
Thu Nov 10, 2011 7:02 pm
Forum: Tutorials
Topic: .htaccess
Replies: 7
Views: 1186

Re: .htaccess

It Doesn't shorten the uurl's and by the moment i create it the file becomes hidden and i have to crtl+h to see it
This is the code I have in the htaccess :
RewriteEngine On

RewriteRule ^([a-z0-9]+)$ go.php?key=$1
by Nikitaa
Thu Nov 10, 2011 11:32 am
Forum: Tutorials
Topic: .htaccess
Replies: 7
Views: 1186

.htaccess

Hello :)

In your URL Shortener tutorial you demonstrate how to use .htaccess to make urls smaller but I can't get htaccess to work on lamp

Is there any command for that or something ?

Thank you