diff options
| -rw-r--r-- | htaccess_dist | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/htaccess_dist b/htaccess_dist index 5eb6555bd..b9caf926e 100644 --- a/htaccess_dist +++ b/htaccess_dist @@ -8,4 +8,5 @@ php_flag magic_quotes_gpc off  RewriteEngine on
  RewriteRule ^action\/([A-Za-z\_\-\/]+)$ action.php?action=$1
 +RewriteRule ^actions\/([A-Za-z\_\-\/]+)$ action.php?action=$1
  RewriteRule ^css\/css\.css$ css/css.php
\ No newline at end of file | 
