RSLiam
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Fixing WordPress
In reply to: Pagination, make more content load on same page?Could I do this by creating a page template that displays excerpts, has a ‘read more’ link like the index, then making the content for each section a unique post?
Forum: Plugins
In reply to: [Advanced Dewplayer] ID3 not Displaying?Just gonna use filenames instead, booooo
Forum: Fixing WordPress
In reply to: Can't stop redirects?edit: They just told me
static subdomains do not work on our system as we now use dynamic add-on and subdomains
So I guess I can’t do it 🙁
Forum: Fixing WordPress
In reply to: Can't stop redirects?# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressThis is what WordPress generated, no alterations made.
Thanks
Forum: Plugins
In reply to: [Fix Multiple Redirects] Canonical RedirectsTo fix this awful plugins error, go to .htaccess in your websites root and look for this line:
DirectoryIndex index.php index.php3 index.php4 index.php5 index.phtml index.htm index.html
Delete everything from the start of that to:
</IfModule>Forum: Plugins
In reply to: [DJ Rotator For WordPress] Where is the data stored?I am derp. Turns out the physical SQL rows aren’t created until you make the first DJ entry.
All good.
Viewing 6 replies - 1 through 6 (of 6 total)