Welcome Guest, Not a member yet? Register   Sign In
URL problem
#8

Have you a .htaccess file in the document root?

PHP Code:
RewriteEngine on
RewriteBase 
/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond 
%{REQUEST_FILENAME} !-d
RewriteRule 
^(.*)$ index.php?/$[L

Reply


Messages In This Thread
URL problem - by subhajitmaity - 02-26-2015, 05:22 AM
RE: URL problem - by massaki - 02-26-2015, 06:15 AM
RE: URL problem - by aurelien - 02-26-2015, 06:18 AM
RE: URL problem - by subhajitmaity - 02-26-2015, 09:45 AM
RE: URL problem - by james - 02-26-2015, 08:55 AM
RE: URL problem - by Narf - 02-26-2015, 09:45 AM
RE: URL problem - by subhajitmaity - 02-26-2015, 09:53 AM
RE: URL problem - by Rufnex - 02-26-2015, 10:57 AM
RE: URL problem - by subhajitmaity - 02-26-2015, 11:40 AM
RE: URL problem - by Rufnex - 02-26-2015, 11:46 AM
RE: URL problem - by Hobbes - 02-26-2015, 01:13 PM



Theme © iAndrew 2016 - Forum software by © MyBB