Skip to content

Commit

Permalink
fixed page refference issue
Browse files Browse the repository at this point in the history
  • Loading branch information
schwalbs committed Feb 20, 2014
1 parent 30e24b2 commit a65a75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cerverus/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RewriteRule ^Meeting/$ Meeting.php [NC,L]
RewriteRule ^Meeting/([0-9]+)/?$ Meeting.php?id=$1 [NC,L]
RewriteRule ^Meeting/Notes/?$ Meeting.php?cat=notes [NC,L]
RewriteRule ^Meeting/Tasks/([0-9]+)/?$ Meeting.php?cat=tasks&id=$1 [NC,L]
RewriteRule ^Meeting/Agendas/([0-9]+)/?$ Meeting.php?cat=agendas&id=$1 [NC,L]
RewriteRule ^Meeting/Agenda/([0-9]+)/?$ Meeting.php?cat=agendas&id=$1 [NC,L]

RewriteRule ^Task/?$ Task.php [NC,L]
RewriteRule ^Task/([0-9]+)/?$ Task.php?id=$1 [NC,L]
Expand Down

0 comments on commit a65a75f

Please sign in to comment.