Status
Not open for further replies.
I've tried that already but then it won't letbme access the pages anymore. The links simply break.
I can help your site ^^
If you have a skype, PM inbox me.
 
10 minutes i'll back for you.
 
Yesterday, i got accept you with skype. :)
cya
 
Hmm, maybe I have the solution for the problem. When you have friendly urls disabled the software creates a link automatically, but if you enable friendly urls, the page says:

ERROR 404
Page was not found

or something similar. Maybe you have to set the link in the nodes preferences. Like go to your node tree, edit or create a node and set under "Url Portion" your link. Like http://legacypve.com/forums . I don't know, if this works, but it could be the solution ;-) .
 
Oh, and by the way. I see it's a minecraft website, right? Probably for your minecraft server? If you need any help with setting this server up, just ask me. I have some skills with that :D
 
@Chakotay, He installed xenporta free.
@Pr0totype2 You can edit here

.htaccess
PHP:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
ErrorDocument 401 default
ErrorDocument 403 default
ErrorDocument 404 default
ErrorDocument 405 default
ErrorDocument 406 default
ErrorDocument 500 default
ErrorDocument 501 default
ErrorDocument 503 default
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^(data/|js/|styles/|install/|favicon\.ico|crossdomain\.xml|robots\.txt) - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
</IfModule>
 
Oh, and by the way. I see it's a minecraft website, right? Probably for your minecraft server? If you need any help with setting this server up, just ask me. I have some skills with that :D
The server itself has been setup already, just looking for builders ;P

Thanks anyways.
 
@Chakotay, He installed xenporta free.
@Pr0totype2 You can edit here

.htaccess
PHP:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
ErrorDocument 401 default
ErrorDocument 403 default
ErrorDocument 404 default
ErrorDocument 405 default
ErrorDocument 406 default
ErrorDocument 500 default
ErrorDocument 501 default
ErrorDocument 503 default
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^(data/|js/|styles/|install/|favicon\.ico|crossdomain\.xml|robots\.txt) - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
</IfModule>
Do I have to put that in my .htaccess file or is this what my final .htaccess file must look like?
 
Done that, everything still seems to be broken tho
Maybe please check inbox pm. Create a account for ftp detalis then give us. I'm looking for file issue. If succesful fixed it. I called you removed the ftp account one.
 
Maybe please check inbox pm. Create a account for ftp detalis then give us. I'm looking for file issue. If succesful fixed it. I called you removed the ftp account one.
I don't get anything you're telling me via pm lol

Anyways, how would I create a new FTP account on a dedicated server? (Hosted by OVH)
 
I don't get anything you're telling me via pm lol

Anyways, how would I create a new FTP account on a dedicated server? (Hosted by OVH)
Oh, do you have anyone cPanel login?
 
Status
Not open for further replies.

741Threads
2,309Messages
67,668Members
GameJeanCMRLatest member
Back