Welcome Guest, Not a member yet? Register   Sign In
htaccess
#1

[eluser]cachobong[/eluser]
hello! i wanna remove the "index.php" on the URL..i tried the one said in the tutorial but it dsnt seem to work..what should i do? pls help!
#2

[eluser]Zeeshan Rasool[/eluser]
Hi, Bro gud aftrnoon. check this code , save it with .htaccess. remove index.php from config.php

Options +FollowSymLinks
Options -Indexes
DirectoryIndex index.php
RewriteEngine on
RewriteCond $1 !^(index\.php|resources|images|css|js|robots\.txt|favicon\.ico)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L,QSA]
#3

[eluser]Zeeshan Rasool[/eluser]
Hi, Bro gud aftrnoon. check this code , save it with .htaccess. remove index.php from config.php

Options +FollowSymLinks
Options -Indexes
DirectoryIndex index.php
RewriteEngine on
RewriteCond $1 !^(index\.php|resources|images|css|js|robots\.txt|favicon\.ico)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L,QSA]

hope you will find it
#4

[eluser]cachobong[/eluser]
still dsnt work bro...anyway..where should i save the .htaccess file?
#5

[eluser]cachobong[/eluser]
ahhh..it already works..i just changed value of AllowOverride in httpd.conf from "None" to "All"




Theme © iAndrew 2016 - Forum software by © MyBB