Sabtu, 29 Juni 2013

Kasih donk contoh url dengan htaccess

Tania Endah 4:28pm Jun 29
Kasih donk contoh url dengan htaccess

Gunawan Mujur Wibisono 4:30pm Jun 29
http://codepaste.net/a2i347 krn km dah bahas ini dari tadi.. langsung aja

Tania Endah 4:31pm Jun 29
Makasih

Tania Endah 4:32pm Jun 29
Bisa kasih saya referensi utk mempelajari tentang htaccess secara lengkap gak??

Tania Endah 4:32pm Jun 29
Wah, saya gak ngerti nih mksdnya

<IfModule mod_rewrite.c>
RewriteEngine On

RewriteCond %{REQUEST_URI} ^system.*
RewriteRule ^(.*)$ /index.php?/$1 [L]

RewriteCond %{REQUEST_URI} ^application.*
RewriteRule ^(.*)$ /index.php?/$1 [L]


#request to index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]



</IfModule>

<IfModule !mod_rewrite.c>
# If we don't have mod_rewrite installed, all 404's
# can be sent to index.php, and everything works as normal.
# Submitted by: ElliotHaughin

ErrorDocument 404 index.php
</IfModule>

Tania Endah 30 Jun, 2013


-
Source: http://www.facebook.com/groups/35688476100/?id=10151725105396101
--
Manage subscription | Powered by rssforward.com

Tidak ada komentar:

Posting Komentar