Thread: need help with .htaccess
i need check out url shortner .htaccess.
apparently, works letters, not numbers. example, http://daura.tk/ff work, http://daura.tk/4 redirect hidden url
manually inputting (without shortener) (http://dolphinaura.com/shorturls/4) works.
code:<ifmodule mod_rewrite.c> rewriteengine on rewritebase /shorturls/ rewriterule ^([0-9a-za-z]+)/?$ /shorturls/yourls-go.php?id=$1 [l] rewritecond %{request_filename} !-f rewritecond %{request_filename} !-d </ifmodule>
apparently you're working on site funny results when clicking links (like yourls install script).
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] need help with .htaccess
Ubuntu
Comments
Post a Comment