.htaccess

  1. zoldos

    XF 2.3 How do I secure uploaded content from being directly accessed on the web?

    So I found out that sites like "Primeyes" (not sure if it's still on-line) and other A.I. powered sites/utilities have the ability to view and maybe even index uploaded content/media on my forum without being logged on even though everything is member's only, and people must be logged in to...
  2. Sumanta0018

    ideal htaccess file for xenforo 2.3 speed improvement

    Hi, I'm looking for ideal htaccess file content that can improve mobile website performance. I'm getting 64 score for mobile on PageSpeed Insights. can anyone help to improve the performance? using knownhost VPS
  3. zoldos

    need help converting .htaccess to nginx directive but with *two* primary location entries

    So I'm trying to convert some Apache .htaccess rules to nginx. The first set of directives, shown below, works, so I don't need to use Apache Re-write (and thus, no .htaccess). The second code block is the NON-converted .htaccess code for my chat room which I'd like to convert, then combine in...
  4. Frode789

    .htaccess error regarding errordocument

    So I just noticed in my cPanel web server error log, tons of errors saying: "Unsupported ErrorDocument URL: default, must start with / or http." I've googled and searched on xf.com, and from what I can see, others also have it pasted as how I currently run it, like this: ErrorDocument 401...
  5. EIRE

    XF 2.2 Moved XF from subdomain to root

    Hello all, I have moved my XF installation from forums.mydomain.ie to mydomain.ie Before commencing the move I ensured to change the Board URL in the ACP then I moved all the files to my root folder. I am now getting an error when trying to press the login or register button: Oops! We ran...
  6. JasonBrody

    Content Security Policy (CSP) for XenForo 2.2

    Hi Everyone ! Though there're several thread on this, but I couldn't figure out any appropriate one for latest XF 2.2 release . So, could anyone provide information on how to configure CSP with latest XF ? (for additional info: I'm using cloudflare & adsense) .
  7. eL_

    .htaccess

    Need help to force https in my page we-play.pro This is my .htaccess now: # Mod_security can interfere with uploading of content such as attachments. If you # cannot attach files, remove the "#" from the lines below. #<IfModule mod_security.c> # SecFilterEngine Off #...
  8. SyTry

    XF 2.0 URL Canonicalization Test

    Hello, Currently I'm doing some research on different sites to know the SEO criteria to improve it on my forum. I have a problem with URL Canonicalization : I use this code in my .htaccess : RewriteCond %{HTTPS} off RewriteRule (.*) https://sytrycommunity.fr/$1 [R=301,L] Here...
  9. thinkdiff

    Not a bug Exclude a folder

    I have installed Xenforo in my publick_html in my Cpanel which means my forum is available in site.com Now I want to add another folder contains my web app and want to access it in site.com/myapp. I created a folder "myapp" in public_htmll beside Xenforo files and now when I enter the URL...
  10. V

    [HELP ]How to use url rewrite with 1 & 1?

    Hello, I can not use the rewrite of url with the host: 1 & 1. I am under APACHE The mod_rewrite is activated on their server, but when I activate the rewrite of url via admin.php? Options / groups / basicBoard /, I absolutely can not do anything on my forum. http://prntscr.com/i9acnu I try...
Back
Top Bottom