Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] URL Problem
#1

[eluser]jamziee[/eluser]
Hello, i have used the .htaccess example on this site to hide index.php, i have used this befor and it has worked. But http://newgameshere.com/admin/ gose to the welcome page, but http://newgameshere.com/index.php/admin/ works :S
#2

[eluser]jamziee[/eluser]
i found this on another site

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?/$1 [L]
</IfModule>

that works
#3

[eluser]vitoco[/eluser]
please add "[SOLVED]" to the title in order to others don't waste time reading this issue
#4

[eluser]jamziee[/eluser]
how?




Theme © iAndrew 2016 - Forum software by © MyBB