You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My previous comment was with reference to the setup that existed when I was in college. Not sure if its the same now. But the point is it did used to work.
that's with mod_php. I'm trying with mod_fcgid ... I know this shouldn't be a problem. But, on the same server, with the same pragyan source files, if I change the apache config to use mod_php and disable mod_fcgid, the rewrite works fine.
When I try installing pragyanCMS on some box that runs Apache + mod_fcgid + php ... , the htaccess of PragyanCMS works this way
Say, the installation is in http://foo.com/pragyan/
And foo.com/index.php contains -> "FOO.COM"
And foo.com/bar/index.php contains -> "FOO.COM/BAR"
http://foo.com/pragyan/ redirects to http://foo.com/pragyan/home/
also
http://foo.com/pragyan/bar redirects to http://foo.com/pragyan/home/bar
but the page that is loaded for foo.com/pragyan/home is "FOO.COM"
and for foo.com/pragyan/home/bar is "FOO.COM/BAR"
The text was updated successfully, but these errors were encountered: