Im assuming i have an htaccess problem?

xXTrevXx

Member
Dec 29, 2015
66
3
Going to the domain as it is, automatically takes you to this:


no info on the page either (usernames etc), no login page, no nothing.
im assuming its because im on a linux host? works fine in my windows xampp, but in linux, i get whats in the picture above.
This is my .htaccess file:

Code:
# Helicon Ape version 3.1.0.135

RewriteEngine On

RewriteRule ^(|/)$ index.php?url=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ .ndex.php?url=$1
RewriteEngine on
RewriteRule ^(.*)/.htm$ $1.php [NC]

RewriteRule ^(|/)$ dash.php?page=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ dash.php?url=$1
RewriteRule ^(community/staff)$ staff
RewriteRule ^home/([a-zA-Z0-9_-]+)(|/)$ index.php?url=home&user=$1

same thing on my own xampp on my own linux server. PHP 5.6 in both windows and linux
 
Fixed by adding:
RewriteBase /app/tpl/skins/site/
NOW, my tags arent working, showing {hotelname} and {online} :l


so honestly i dont think i fixed it correctly....
 
yeah no. cant log in.. cant register. nothing. geesh
 

Illusions

Member
Dec 31, 2017
62
20
tbh, who uses linux to host a retro.

also, try this

Code:
# Helicon Ape version 3.1.0.135

RewriteEngine On

RewriteRule ^(|/)$ index.php?url=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ .index.php?url=$1
RewriteEngine on
RewriteRule ^(.*)/.htm$ $1.php [NC]

RewriteRule ^(|/)$ dash.php?page=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ dash.php?url=$1
RewriteRule ^(community/staff)$ staff
RewriteRule ^home/([a-zA-Z0-9_-]+)(|/)$ index.php?url=home&user=$1
 

xXTrevXx

Member
Dec 29, 2015
66
3
it came off to me a bit dickish, but if it wasnt implied, im sorry, i constantly reload :) 404

 
Last edited:

xXTrevXx

Member
Dec 29, 2015
66
3
well, is someone able to show me how to set up a VPS to where my IP doesnt fucking show? lol... like... i can get most things to show my domain, but like the register button and shit still show my IP.. thats why ive been trying to use webhosts... and host my emulator on a VPS..
 

5050

Member
Feb 25, 2015
34
13
well, is someone able to show me how to set up a VPS to where my IP doesnt fucking show? lol... like... i can get most things to show my domain, but like the register button and shit still show my IP.. thats why ive been trying to use webhosts... and host my emulator on a VPS..
I have successfully set up RevCMS on A2 hosts before, so I know that it works. The tags not loading means your PHP is not working. What PHP version are you running? You can check this using the CPanel.
 

xXTrevXx

Member
Dec 29, 2015
66
3
ill try a clean install, but ive used a clean install before, on my own linux server, and got the exact same thing. thats why ive been using xampp, because linux didnt work right for me. So thats what brought me to the assumption i have an htaccess problem, because in editing it, things changed, it didnt stay the same, so.. seems like it to be, but what do i know, im a noob <3 im just explaining my opinion. Ill let you know what happens with a clean install
 

Users who are viewing this thread

Top