1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-03-25 21:00:43 +01:00
Lexiconga/.htaccess
Robbie Antenesse 956255bc00 Altered public view link to be tinier.
Made links global ("/" instead of "./")
2016-03-09 13:23:18 -07:00

3 lines
No EOL
243 B
ApacheConf

RewriteEngine On # Turn on the rewriting engine
RewriteRule ^view/([0-9]+)/?$ view/index.php?dict=$1 [NC,L] # Handle dictionary ids.
RewriteRule ^([0-9]+)/?$ view/index.php?dict=$1 [NC,L] # Handle dictionary ids.