Welcome Guest, Not a member yet? Register   Sign In
mod_rewrite
#5

[eluser]ctc_media[/eluser]
sure
below is htaccess file

Options +FollowSymLinks


<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond $1 !^(index\.php|uploads|css)
RewriteRule ^(.*)$ index.php?$1 [L]
</IfModule>


Messages In This Thread
mod_rewrite - by El Forum - 06-03-2009, 04:41 PM
mod_rewrite - by El Forum - 06-03-2009, 05:21 PM
mod_rewrite - by El Forum - 06-03-2009, 05:24 PM
mod_rewrite - by El Forum - 06-03-2009, 05:29 PM
mod_rewrite - by El Forum - 06-03-2009, 05:32 PM
mod_rewrite - by El Forum - 06-03-2009, 05:32 PM
mod_rewrite - by El Forum - 06-03-2009, 05:35 PM
mod_rewrite - by El Forum - 06-03-2009, 05:36 PM
mod_rewrite - by El Forum - 06-03-2009, 05:46 PM
mod_rewrite - by El Forum - 06-03-2009, 05:56 PM
mod_rewrite - by El Forum - 06-04-2009, 08:12 PM
mod_rewrite - by El Forum - 06-04-2009, 08:14 PM



Theme © iAndrew 2016 - Forum software by © MyBB