This website requires JavaScript.
Explore
Help
Register
Sign In
bryanpedini
/
OpenShorte.old
Archived
Watch
0
Star
0
Fork
0
You've already forked OpenShorte.old
Code
Releases
Activity
This repository has been archived on
2020-11-14
. You can view files and clone it, but cannot push or open issues or pull requests.
master
OpenShorte.old
/
.htaccess
4 lines
97 B
ApacheConf
Raw
Permalink
Normal View
History
Unescape
Escape
Refactored the website Renamed "includes" to "templates" Added .htaccess to redirect requests to index.php Added function to split request URL into array Corrected locations in scripts and pages
2019-02-07 11:36:44 +00:00
RewriteEngine
on
RewriteCond
%{REQUEST_FILENAME} !-f
Added new lines at the end of files, added edit functionality
2019-06-02 12:46:51 +00:00
RewriteRule
^(.*)$ index.php?URI=$1 [L,QSA]
Copy Permalink