Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
PHP + HTACCESS: URLs amigables
viktormorales
Jan 6th, 2013
351
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
C++ | 18 min ago | 0.51 KB
Untitled
C++ | 24 min ago | 0.44 KB
Untitled
C++ | 36 min ago | 0.23 KB
Joc Grigore Moisil 2014
C++ | 1 hour ago | 1.68 KB
что тут не так???
Lua | 2 hours ago | 9.15 KB
rawshell
Lua | 2 hours ago | 19.58 KB
Runnables_task
Python | 2 hours ago | 0.75 KB
Lab 4 V2
C++ | 3 hours ago | 0.95 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!