mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 02:46:46 -04:00
Allow editing of projects
This commit is contained in:
parent
e21f411191
commit
b2191d1219
16 changed files with 191 additions and 75 deletions
|
@ -1 +1,6 @@
|
|||
RewriteRule ^/ebooks/([^\.]+?)/projects/new$ /projects/new.php?ebook-url-path=$1
|
||||
|
||||
RewriteRule ^/projects/([\d]+)/edit$ /projects/edit.php?project-id=$1
|
||||
|
||||
RewriteCond expr "tolower(%{REQUEST_METHOD}) =~ /^post$/"
|
||||
RewriteRule ^/projects/([\d]+)$ /projects/post.php?project-id=$1 [L]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue