Where throw htaccess file to make it work?
On the local server (http://localhost/sait) all works great.
p.s. sorry for my English by Google
.htaccess
Code:AddDefaultCharset utf-8 RewriteEngine on RewriteRule ^note/([^/]*)$ note.php?title=$1 [L]
Where throw htaccess file to make it work?
On the local server (http://localhost/sait) all works great.
p.s. sorry for my English by Google
.htaccess
Code:AddDefaultCharset utf-8 RewriteEngine on RewriteRule ^note/([^/]*)$ note.php?title=$1 [L]
Last edited by serginhold95; 04-03-2011 at 05:11 AM.