Welcome Guest, Not a member yet? Register   Sign In
Local Works but 500 Error on Server... how come?
#11

[eluser]dhall[/eluser]
THAT'S IT!!!

I tried beta.example.com/index.php/about and it took me to my About page.
What I want is obviously beta.example.com/about

So where did I go wrong?
It will be something simple I know.
#12

[eluser]jotorres1[/eluser]
function should help
Code:
_remap()

Read about it here:

Remapping Function Calls
#13

[eluser]NeoArc[/eluser]
All your rewrite rules should look like this (without the first slash):

RewriteRule ^(.*)$ index.php?/$1 [L]

If it is not working, try this:

RewriteRule ^(.*)$ /beta.example/index.php?/$1 [L]




Theme © iAndrew 2016 - Forum software by © MyBB