Added SVG to PNG conversion tool, Added tool page and code
Update .gitignore, sidebar.php, and 17 more files...
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
# Redirecting any URL that starts with "/tools" to the root of this folder.
|
||||
RewriteEngine On
|
||||
RewriteRule ^(.*) index.php [NC]
|
||||
RewriteRule ^\/?(tools\/)?[a-zA-Z0-9\-]+\/?$ index.php [NC]
|
||||
|
||||
# Redirecting any URL that starts with "/content" to the root of this folder.
|
||||
#RewriteEngine On
|
||||
#RewriteRule ^\/tools\/[a-zA-Z0-9\-]+\/?$ index.php [L]
|
||||
|
||||
# ^(?!\/.*\.(js|css)).*$ Should have worked :/
|
||||
|
Reference in New Issue
Block a user