Nothing to do with MySQL
but in your page all links are malformed
you must start your urls with slash like /browse
so the result should be http://kstreamms.byethost7.com/browse
Did you use router ?
**i was install a live tv stream script on my website, everthing look good but when i click on any button the link dir doesn't work mean for example when i click in Search button:seen the first Pic1st Pic
the page doesn't work,<br/>:see the 2nd PIC2nd Pic
(http://kstreamms.byethost7.com/browse )
(http://kstreamms.byethost7.combrowse/)
and that's my htaccess file:Seen 3rd Pic
3rd Pic
anyone can help me plz,i'm wait yours reply,Thanks<br/>
2 réponses
Huggy,
il y a 9 ans
Paolo66,
il y a 9 ans
RewriteEngine on
RewriteBase /
RewriteRule ^browse?$ index.php?m=browse [L]
how ??